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