Add option to skip uploading of cache

This commit is contained in:
Edoardo Pirovano 2022-08-09 15:11:47 +01:00
parent f4278025ab
commit 015084af58
No known key found for this signature in database
GPG key ID: 047556B5D93FFE28
5 changed files with 17 additions and 1 deletions

View file

@ -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 {