mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
CI: Ensure "valid" dummy key
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user