Skip to content

Conversation

@binford2k
Copy link

This gives you the ability to pass script text to the setup-ruby action. The script will be executed after Ruby and Bundler are installed, but before bundle install is run.

This lets you install packages or Bundler plugins, download patches, anything.

If you want to execute a script on disk, just pass the filename, like './setup.sh' or 'ruby setup.rb'

If you intend to use this to install a custom Bundler version or the like, make sure to specify bundler: none so you don't get a second version installed.

This gives you the ability to pass script text to the `setup-ruby` action.
The script will be executed after Ruby and Bundler are installed, but
before `bundle install` is run.

If you want to execute a script on disk, just pass the filename, like
`'./setup.sh'` or `'ruby setup.rb'`

If you intend to use this to install a custom Bundler version or the like,
make sure to specify `bundler: none` so you don't get a second version
installed.
@eregon
Copy link
Member

eregon commented Jan 23, 2026

See #239 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants