mirror of
https://github.com/actions/cache.git
synced 2025-07-16 21:27:54 +00:00
feat: Adding "always-save" flag that allows to save the new cache over the old cache.
This commit is contained in:
parent
baed3516c3
commit
5ab49b24e0
8 changed files with 63 additions and 5 deletions
|
@ -2,7 +2,8 @@ export enum Inputs {
|
|||
Key = "key",
|
||||
Path = "path",
|
||||
RestoreKeys = "restore-keys",
|
||||
UploadChunkSize = "upload-chunk-size"
|
||||
UploadChunkSize = "upload-chunk-size",
|
||||
AlwaysSave = "always-save"
|
||||
}
|
||||
|
||||
export enum Outputs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue