Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Didrichsen <[email protected]>
  • Loading branch information
gavindidrichsen committed Apr 23, 2024
1 parent 82273b3 commit 30bf30d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/actions/workflow-restarter-proxy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ runs:
- name: Checkout repository
uses: actions/checkout@v2

# # Append Octokit to Gemfile
# - name: Append Octokit to Gemfile
# shell: bash
# run: |
# echo "gem 'octokit'" >> Gemfile
# Append Octokit to Gemfile
- name: Append Octokit to Gemfile
shell: bash
run: |
echo "gem 'octokit'" >> Gemfile
# setup ruby including a bundle install of my Gemfile
- name: Set up Ruby and install Octokit
Expand All @@ -41,10 +41,10 @@ runs:
ruby-version: '3'
bundler-cache: true # 'bundle install' will be run and gems cached for faster workflow runs

# install octokit gem
- name: Install Octokit
shell: bash
run: gem install octokit
# # install octokit gem
# - name: Install Octokit
# shell: bash
# run: gem install octokit

# Trigger the reusable workflow
- name: Trigger reusable workflow
Expand Down

0 comments on commit 30bf30d

Please sign in to comment.