3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-05-18 01:59:28 +00:00
This commit is contained in:
Guillermo Mazzola 2026-04-14 14:22:30 +02:00 committed by GitHub
commit f5adf3343d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 63 additions and 5 deletions

View file

@ -46306,7 +46306,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 || (exports.Inputs = Inputs = {}));
var Outputs;
(function (Outputs) {