mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
CI: Ensure "valid" dummy key
This commit is contained in:
parent
937fccf24d
commit
0e3ffe55c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue