3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-01-07 04:12:48 +00:00

Include env vars in the generated cache key

This commit is contained in:
Dominik Nakamura 2021-10-07 11:35:31 +09:00 committed by Arpad Borsos
parent 81d053bdb0
commit fa61956921
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
3 changed files with 50 additions and 1 deletions

View file

@ -8,6 +8,9 @@ inputs:
sharedKey:
description: "An additional cache key that is stable over multiple jobs"
required: false
envVars:
description: "Additional environment variables to include in the cache key, separeted by spaces"
required: false
working-directory:
description: "The working directory this action should operate in"
required: false