Skip to content

Commit

Permalink
Fix miss of outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
northword authored Aug 12, 2024
1 parent 4d7dc9f commit 292d6f6
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 @@ -35,7 +35,7 @@ jobs:
uses: actions/cache@v3
with:
path: last_commit
key: zotero-android-commit-hash-${{ steps.get-latest-commit.latest_commit }}
key: zotero-android-commit-hash-${{ steps.get-latest-commit.outputs.latest_commit }}

- name: Write New Commit hash to Cache
if: ${{ steps.cache-hash.outputs.cache-hit != 'true' }}
Expand Down

0 comments on commit 292d6f6

Please sign in to comment.