mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-02-26 17:35:01 +00:00
Remove debug log
This commit is contained in:
parent
45861293a9
commit
05429b5b0b
1 changed files with 0 additions and 1 deletions
|
|
@ -85,7 +85,6 @@ export async function restoreCache(): Promise<void> {
|
||||||
utils.setCacheState(cacheKey)
|
utils.setCacheState(cacheKey)
|
||||||
const isExactKeyMatch = utils.isExactKeyMatch(primaryKey, cacheKey)
|
const isExactKeyMatch = utils.isExactKeyMatch(primaryKey, cacheKey)
|
||||||
utils.setCacheHitOutput(isExactKeyMatch)
|
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`)
|
core.info(`Restored cache for golangci-lint from key '${primaryKey}' in ${Date.now() - startedAt}ms`)
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (error.name === cache.ValidationError.name) {
|
if (error.name === cache.ValidationError.name) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue