mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-22 00:33:57 +08:00
Fixed test cases
This commit is contained in:
parent
782b0bd3df
commit
12a1a354bd
8 changed files with 122305 additions and 9 deletions
2
dist/restore/index.js
vendored
2
dist/restore/index.js
vendored
|
@ -4954,6 +4954,8 @@ var Inputs;
|
|||
var Outputs;
|
||||
(function (Outputs) {
|
||||
Outputs["CacheHit"] = "cache-hit";
|
||||
Outputs["Key"] = "key";
|
||||
Outputs["MatchedKey"] = "matched-key";
|
||||
})(Outputs = exports.Outputs || (exports.Outputs = {}));
|
||||
var State;
|
||||
(function (State) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue