Match env file exactly without restore-keys

pull/7426/head
Alex van Andel 2023-02-28 11:30:54 +00:00
parent d19eaae5b6
commit a3f3f1f263
1 changed files with 0 additions and 1 deletions

View File

@ -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