From 0e3ffe55c2b1c681d52d1ce91a6ce36c7eb6071b Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Wed, 5 Mar 2025 10:59:40 -0600 Subject: [PATCH] CI: Ensure "valid" dummy key --- .github/actions/godot-cache-restore/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/godot-cache-restore/action.yml b/.github/actions/godot-cache-restore/action.yml index cc3359b7c72b..0b3687fb99cf 100644 --- a/.github/actions/godot-cache-restore/action.yml +++ b/.github/actions/godot-cache-restore/action.yml @@ -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