From 0c3ca5c26706043c05b08137c1fc56d3a54760e2 Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Sat, 1 Jul 2023 19:42:40 +0200 Subject: [PATCH] chore: Make reading env file cache strict (#9863) --- .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 7caf7328ff..d1c0175e4c 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 uses: tw3lveparsecs/github-actions-setvars@latest with: