mirror of
https://github.com/actions/cache.git
synced 2025-04-22 03:56:45 +00:00
Update dist
This commit is contained in:
parent
f0a29e5cc9
commit
4598e54d46
4 changed files with 14 additions and 8 deletions
3
dist/restore-only/index.js
vendored
3
dist/restore-only/index.js
vendored
|
@ -64911,7 +64911,8 @@ var Inputs;
|
|||
Inputs["UploadChunkSize"] = "upload-chunk-size";
|
||||
Inputs["EnableCrossOsArchive"] = "enableCrossOsArchive";
|
||||
Inputs["FailOnCacheMiss"] = "fail-on-cache-miss";
|
||||
Inputs["LookupOnly"] = "lookup-only"; // Input for cache, restore action
|
||||
Inputs["LookupOnly"] = "lookup-only";
|
||||
Inputs["ReEvalKey"] = "reeval-key";
|
||||
})(Inputs = exports.Inputs || (exports.Inputs = {}));
|
||||
var Outputs;
|
||||
(function (Outputs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue