You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow running external function before 'bundle install'
External actions may use setup-ruby, and some actions make changes/additions to the build environment. These may be needed for dependencies.
Hence, allow those external actions to run code before 'bundle install'. This is done by passing a function as a parameter to setupRuby().
Add an exported setupRuby() function which can be called from other a…
…ctions
* Inputs are passed as simple object properties.
* It is recommended to expose the same inputs for other actions.
* See ruby#58 and ruby#33.