3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-08-25 22:26:00 +00:00
This commit is contained in:
Timo Rothenpieler 2025-08-19 13:52:22 +08:00 committed by GitHub
commit be9065e5df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 24 additions and 12 deletions

View file

@ -66035,7 +66035,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) {