Skip to content

Commit

Permalink
CI: Ensure "valid" dummy key
Browse files Browse the repository at this point in the history
  • Loading branch information
Repiteo committed Mar 5, 2025
1 parent 937fccf commit 0e3ffe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/godot-cache-restore/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
id: cache-ping
with:
path: ${{ inputs.scons-cache }}
key: " " # Dummy key; we have to rely on the fallback value.
key: ${{ github.sha }} # Dummy key; we have to rely on the fallback value.
restore-keys: ${{ inputs.cache-name }}|${{ github.event.repository.default_branch }}
lookup-only: true

Expand Down

0 comments on commit 0e3ffe5

Please sign in to comment.