diff --git a/src/cache.ts b/src/cache.ts index 0a694b1..b44a5c5 100644 --- a/src/cache.ts +++ b/src/cache.ts @@ -85,7 +85,6 @@ export async function restoreCache(): Promise { utils.setCacheState(cacheKey) const isExactKeyMatch = utils.isExactKeyMatch(primaryKey, cacheKey) utils.setCacheHitOutput(isExactKeyMatch) - core.info(`Cache restored from key: ${cacheKey}`) core.info(`Restored cache for golangci-lint from key '${primaryKey}' in ${Date.now() - startedAt}ms`) } catch (error) { if (error.name === cache.ValidationError.name) {