mirror of
https://github.com/actions/cache.git
synced 2025-07-20 05:45:14 -06:00
Add option reevaluate the key
This commit is contained in:
parent
5c79b3fd6c
commit
fa2f4155aa
4 changed files with 45 additions and 6 deletions
|
@ -2,7 +2,8 @@ export enum Inputs {
|
|||
Key = "key",
|
||||
Path = "path",
|
||||
RestoreKeys = "restore-keys",
|
||||
UploadChunkSize = "upload-chunk-size"
|
||||
UploadChunkSize = "upload-chunk-size",
|
||||
ReevaluateKey = "reevaluate-key"
|
||||
}
|
||||
|
||||
export enum Outputs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue