introduce a new sharedKey option

fixes #6
This commit is contained in:
Arpad Borsos
2021-01-28 18:25:11 +01:00
parent 2639a56bb8
commit be44a3e6ff
3 changed files with 18 additions and 7 deletions

View File

@ -21,6 +21,9 @@ sensible defaults.
: `key`
An optional key that is added to the automatic cache key.
: `sharedKey`
An additional key that is stable over multiple jobs.
: `working-directory`
The working directory the action operates in, is case the cargo project is not
located in the repo root.