Skip to content

Commit 89b09d2

Browse files
update trigger
1 parent 732bd66 commit 89b09d2

File tree

1 file changed

+3
-0
lines changed
  • .github/actions/workflow-restarter-proxy

1 file changed

+3
-0
lines changed

.github/actions/workflow-restarter-proxy/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,14 @@ runs:
3434
with:
3535
ruby-version: '3'
3636
bundler-cache: true # 'bundle install' will be run and gems cached for faster workflow runs
37+
run: |
38+
gem install octokit
3739
3840
# Trigger the reusable workflow
3941
- name: Trigger reusable workflow
4042
shell: bash
4143
run: |
44+
Bundle exec gem install octokit
4245
bundle exec ruby -e "
4346
require 'octokit'
4447
client = Octokit::Client.new(:access_token => '${{ env.SOURCE_GITHUB_TOKEN }}')

0 commit comments

Comments
 (0)