Take input and update env var

This commit is contained in:
Sankalp Kotewar 2022-11-22 05:53:13 +00:00 committed by GitHub
parent 133764e0c3
commit a781be7251
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 7 deletions

1
dist/save/index.js vendored
View file

@ -4948,6 +4948,7 @@ var Inputs;
Inputs["RestoreKeys"] = "restore-keys";
Inputs["UploadChunkSize"] = "upload-chunk-size";
Inputs["StrictRestore"] = "strict-restore";
Inputs["SaveCacheOnAnyFailure"] = "save-cache-on-any-failure";
})(Inputs = exports.Inputs || (exports.Inputs = {}));
var Outputs;
(function (Outputs) {