12
0
Fork 0
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:
Guillermo Mazzola 2026-04-01 22:12:08 +02:00
parent 55cc834586
commit ed7b7dd218
No known key found for this signature in database
GPG key ID: 6A17887FBC885E08
10 changed files with 63 additions and 5 deletions

View file

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