1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-05-04 01:09:54 +02:00

adding outputs

This commit is contained in:
Tanuj Kumar Mishra 2022-12-07 17:07:30 +00:00
parent 66ef8a0951
commit a5fbe79711
6 changed files with 19 additions and 2 deletions

2
dist/save/index.js vendored
View file

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