Skip to content

Commit

Permalink
invert
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Oct 24, 2024
1 parent 476579d commit 250fef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-repo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
key: build-${{inputs.repo-name}}
path: ${{ runner.temp }}/build-${{inputs.repo-name}}

- if: ${{ steps[format('build-{0}', inputs.repo-name)].outputs.cache-hit }}
- if: ${{ !steps[format('build-{0}', inputs.repo-name)].outputs.cache-hit }}
shell: bash
run: echo "hello false"

Expand Down

0 comments on commit 250fef7

Please sign in to comment.