mirror of
https://github.com/actions/cache.git
synced 2025-07-08 09:57:24 +02:00
Adds input for upload chunk size
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
export enum Inputs {
|
||||
Key = "key",
|
||||
Path = "path",
|
||||
RestoreKeys = "restore-keys"
|
||||
RestoreKeys = "restore-keys",
|
||||
UploadChunkSize = "upload-chunk-size"
|
||||
}
|
||||
|
||||
export enum Outputs {
|
||||
|
Reference in New Issue
Block a user