mirror of
https://github.com/actions/cache.git
synced 2025-07-01 05:24:15 +00:00
Add option to skip uploading of cache
This commit is contained in:
parent
f4278025ab
commit
015084af58
5 changed files with 17 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",
|
||||
SkipUpload = "skip-upload"
|
||||
}
|
||||
|
||||
export enum Outputs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue