remove output setting (#22)

Relates: #21
This commit is contained in:
Denis Isaev
2020-05-23 12:34:30 +03:00
committed by GitHub
parent 3395f777a4
commit 8870cfbcd4
5 changed files with 3 additions and 53 deletions

View File

@ -83,8 +83,6 @@ export async function restoreCache(): Promise<void> {
}
// Store the matched cache key
utils.setCacheState(cacheKey)
const isExactKeyMatch = utils.isExactKeyMatch(primaryKey, cacheKey)
utils.setCacheHitOutput(isExactKeyMatch)
core.info(`Restored cache for golangci-lint from key '${primaryKey}' in ${Date.now() - startedAt}ms`)
} catch (error) {
if (error.name === cache.ValidationError.name) {