mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-06-09 16:01:16 +08: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