mirror of
https://github.com/actions/cache.git
synced 2025-07-10 10:41:51 +02:00
adding outputs
This commit is contained in:
2
dist/restore/index.js
vendored
2
dist/restore/index.js
vendored
@ -47582,6 +47582,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) {
|
||||
|
2
dist/save/index.js
vendored
2
dist/save/index.js
vendored
@ -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) {
|
||||
|
Reference in New Issue
Block a user