chore: Make reading env file cache strict (#9863)
parent
2f85b8ad6b
commit
0c3ca5c267
|
@ -9,7 +9,6 @@ runs:
|
||||||
with:
|
with:
|
||||||
path: gh.env
|
path: gh.env
|
||||||
key: env-cache-${{ hashFiles('gh.env') }}
|
key: env-cache-${{ hashFiles('gh.env') }}
|
||||||
restore-keys: env-cache-
|
|
||||||
- name: Set Environment Variables
|
- name: Set Environment Variables
|
||||||
uses: tw3lveparsecs/github-actions-setvars@latest
|
uses: tw3lveparsecs/github-actions-setvars@latest
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue