Skip to content

Commit

Permalink
rename cache var
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Oct 24, 2024
1 parent a8aa1bb commit 66b3abe
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 @@ -18,7 +18,7 @@ runs:
steps:

- name: Check Cache
if: ${{cache}}
if: ${{inputs.cache}}
uses: actions/cache@v3
id: check-cache
with:
Expand Down

0 comments on commit 66b3abe

Please sign in to comment.