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
Install action's own gems via ruby/setup-ruby before running
The exe needs octokit, which isn't in the consumer's Gemfile. A second
ruby/setup-ruby step pointed at the action's own Gemfile handles the
install and caches it keyed on Gemfile.lock. BUNDLE_GEMFILE in the run
step ensures bundle exec picks up the action's gems rather than the
consumer's.
0 commit comments