3
0
Fork 0
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:
Ryo Mimura 2024-05-22 11:37:51 +09:00
parent 0c45773b62
commit 688d5d4688
4 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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