3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-23 03:45:31 +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

@ -62,7 +62,7 @@ export async function restoreImpl(
...restoreKeys
].join(", ")}`
);
core.setOutput(Outputs.CacheHit, false.toString());
return;
}