mirror of
https://github.com/actions/cache.git
synced 2025-06-30 21:14:14 +00:00
Strict restore implemented
This commit is contained in:
parent
dde24d199d
commit
7924423105
3 changed files with 12 additions and 1 deletions
|
@ -2,7 +2,8 @@ export enum Inputs {
|
|||
Key = "key",
|
||||
Path = "path",
|
||||
RestoreKeys = "restore-keys",
|
||||
UploadChunkSize = "upload-chunk-size"
|
||||
UploadChunkSize = "upload-chunk-size",
|
||||
StrictRestore = "strict-restore"
|
||||
}
|
||||
|
||||
export enum Outputs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue