mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-06-03 13:00:23 +02: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
1
dist/restore/index.js
vendored
1
dist/restore/index.js
vendored
|
@ -4616,6 +4616,7 @@ var Inputs;
|
|||
Inputs["Path"] = "path";
|
||||
Inputs["RestoreKeys"] = "restore-keys";
|
||||
Inputs["UploadChunkSize"] = "upload-chunk-size";
|
||||
Inputs["SkipUpload"] = "skip-upload";
|
||||
})(Inputs = exports.Inputs || (exports.Inputs = {}));
|
||||
var Outputs;
|
||||
(function (Outputs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue