Skip to content

Commit

Permalink
Fix quoting in caching
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed Feb 6, 2024
1 parent ecfa8ed commit 67fdc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/cache@v2
with:
path: /usr/local/bin/unmunch
key: hunspell-${{ hashFiles("lt/hunspell/**") }}
key: hunspell-${{ hashFiles('lt/hunspell/**') }}
id: hunspell-cache

- if: steps.hunspell-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 67fdc98

Please sign in to comment.