Skip to content

Commit

Permalink
Fix the install-cmd skipping (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgauntseo-sentry authored Jan 13, 2023
1 parent 5995fb7 commit 9e3bbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ runs:
shell: bash
- run: ${{ inputs.install-cmd }}
if: "${{ inputs.install-cmd }} != '' && ${{ steps.cache-venv.outputs.cache-hit }} != 'true'"
if: inputs.install-cmd != '' && steps.cache-venv.outputs.cache-hit != 'true'
shell: bash

0 comments on commit 9e3bbae

Please sign in to comment.