mirror of
https://github.com/actions/cache.git
synced 2026-07-04 14:19:30 +00:00
feat: Introduced restore-only flag
This commit is contained in:
parent
55cc834586
commit
ed7b7dd218
10 changed files with 63 additions and 5 deletions
3
dist/restore/index.js
vendored
3
dist/restore/index.js
vendored
|
|
@ -94801,7 +94801,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["RestoreOnly"] = "restore-only"; // Input for cache, restore action
|
||||
})(Inputs || (Inputs = {}));
|
||||
var constants_Outputs;
|
||||
(function (Outputs) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue