Skip to content

Commit

Permalink
Fix rspec gem install step (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhughes committed May 16, 2023
1 parent 00b6001 commit f71fad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-unit.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actionshub/chef-install@2.0.4
- name: Install Gems
run: chef gem install -N "${{ inputs.gems }}"
if: ${{ github.event.inputs.gems != '' }}
if: ${{ inputs.gems }}
env:
CHEF_LICENSE: accept-no-persist
- name: Run RSpec
Expand Down

0 comments on commit f71fad4

Please sign in to comment.