Skip to content

Commit

Permalink
Correct syntax now
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Sep 27, 2024
1 parent 87cd86e commit de7661f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Set up Ruby ${{ github.event.inputs.ruby_version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ github.event.inputs.ruby_version }}
ruby-version: ${{ github.event.inputs.ruby_version }}

- name: Install Bundler ${{ github.event.inputs.bundler_version }}
run: gem install bundler -v ${{ github.event.inputs.bundler_version }}
Expand Down

0 comments on commit de7661f

Please sign in to comment.