CI: Ensure "valid" dummy key

This commit is contained in:
Thaddeus Crews 2025-03-05 10:59:40 -06:00
parent 937fccf24d
commit 0e3ffe55c2
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84

View file

@ -20,7 +20,7 @@ runs:
id: cache-ping id: cache-ping
with: with:
path: ${{ inputs.scons-cache }} 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 }} restore-keys: ${{ inputs.cache-name }}|${{ github.event.repository.default_branch }}
lookup-only: true lookup-only: true