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: