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:
@@ -62,7 +62,7 @@ export async function restoreImpl(
|
||||
...restoreKeys
|
||||
].join(", ")}`
|
||||
);
|
||||
|
||||
core.setOutput(Outputs.CacheHit, false.toString());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user