fix: fix cache-hit value when cache not found

This commit is contained in:
bruce 2022-07-26 15:18:53 +08:00
parent 0865c47f36
commit 7f5799b6ac
2 changed files with 9 additions and 0 deletions

View file

@ -43,6 +43,7 @@ async function run(): Promise<void> {
].join(", ")}`
);
utils.setCacheHitOutput(false);
return;
}