Skip to content

Commit

Permalink
Fix hashFile -> hashFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
northword authored Aug 12, 2024
1 parent 7af4e80 commit 52019f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
path: last_commit
key: zotero-android-commit-hash
restore-keys: zotero-android-commit-hash-${{ hashFile(latest_commit) }}
restore-keys: zotero-android-commit-hash-${{ hashFiles(latest_commit) }}

- name: Check for New Commits
id: check-commit
Expand Down

0 comments on commit 52019f6

Please sign in to comment.