mirror of
https://github.com/actions/cache.git
synced 2025-07-17 12:25:15 -06:00
fix: fix cache-hit value when cache not found
This commit is contained in:
parent
0865c47f36
commit
7f5799b6ac
2 changed files with 9 additions and 0 deletions
|
@ -43,6 +43,7 @@ async function run(): Promise<void> {
|
|||
].join(", ")}`
|
||||
);
|
||||
|
||||
utils.setCacheHitOutput(false);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue