mirror of
https://github.com/actions/cache.git
synced 2026-06-08 16:50:28 +08:00
fix: cache-hit output
This commit is contained in:
1
dist/restore-only/index.js
vendored
1
dist/restore-only/index.js
vendored
@@ -59422,6 +59422,7 @@ function restoreImpl(stateProvider, earlyExit) {
|
||||
primaryKey,
|
||||
...restoreKeys
|
||||
].join(", ")}`);
|
||||
core.setOutput(constants_1.Outputs.CacheHit, false.toString());
|
||||
return;
|
||||
}
|
||||
// Store the matched cache key in states
|
||||
|
||||
1
dist/restore/index.js
vendored
1
dist/restore/index.js
vendored
@@ -59422,6 +59422,7 @@ function restoreImpl(stateProvider, earlyExit) {
|
||||
primaryKey,
|
||||
...restoreKeys
|
||||
].join(", ")}`);
|
||||
core.setOutput(constants_1.Outputs.CacheHit, false.toString());
|
||||
return;
|
||||
}
|
||||
// Store the matched cache key in states
|
||||
|
||||
Reference in New Issue
Block a user