Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Bruno Borges
2026-07-09 21:09:47 -04:00
committed by GitHub
parent ac3a4a8d4b
commit 66cc98638d

View File

@@ -236,9 +236,7 @@ async function restoreAdditionalCache(additionalCache: AdditionalCache) {
additionalCacheMatchedKeyState(additionalCache.name),
matchedKey
);
core.info(`Cache restored from key: ${matchedKey}`);
} else {
core.info(`${additionalCache.name} cache is not found`);
core.info(`${additionalCache.name} cache restored from key: ${matchedKey}`);
}
}