mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-23 11:55:30 +00:00
fix: cache-hit output
This commit is contained in:
parent
0c45773b62
commit
688d5d4688
4 changed files with 5 additions and 2 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue