From a3f3f1f26358a0e0884dbb0c10e013b651f7b548 Mon Sep 17 00:00:00 2001 From: Alex van Andel Date: Tue, 28 Feb 2023 11:30:54 +0000 Subject: [PATCH] Match env file exactly without restore-keys --- .github/actions/env-read-file/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/env-read-file/action.yml b/.github/actions/env-read-file/action.yml index 78d3ce75da..6d883329f7 100644 --- a/.github/actions/env-read-file/action.yml +++ b/.github/actions/env-read-file/action.yml @@ -9,7 +9,6 @@ runs: with: path: gh.env key: env-cache-${{ hashFiles('gh.env') }} - restore-keys: env-cache- - name: Set Environment Variables if: steps.env-cache.outputs.cache-hit == 'true' uses: tw3lveparsecs/github-actions-setvars@latest