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:
parent
0c45773b62
commit
688d5d4688
4 changed files with 5 additions and 2 deletions
|
@ -62,7 +62,7 @@ export async function restoreImpl(
|
|||
...restoreKeys
|
||||
].join(", ")}`
|
||||
);
|
||||
|
||||
core.setOutput(Outputs.CacheHit, false.toString());
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue