Update log statement

This commit is contained in:
Marc Mueller 2023-03-09 11:46:09 +01:00
parent 84097c0606
commit 1840896778
4 changed files with 4 additions and 4 deletions

View file

@ -71,7 +71,7 @@ async function restoreImpl(
core.setOutput(Outputs.CacheHit, isExactKeyMatch.toString());
if (lookupOnly) {
core.info(`Cache would have been restored from key: ${cacheKey}`);
core.info(`Cache found and can be restored from key: ${cacheKey}`);
} else {
core.info(`Cache restored from key: ${cacheKey}`);
}