mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-09-10 09:42:24 +08:00
Fix logging of cache key for Gradle User Home
This commit is contained in:
@@ -150,9 +150,9 @@ export abstract class AbstractCache {
|
||||
return
|
||||
}
|
||||
|
||||
core.saveState(this.cacheResultStateKey, cacheResult)
|
||||
core.saveState(this.cacheResultStateKey, cacheResult.key)
|
||||
entryReport.markRestored(cacheResult.key, cacheResult.size)
|
||||
core.info(`Restored ${this.cacheDescription} from cache key: ${cacheResult}`)
|
||||
core.info(`Restored ${this.cacheDescription} from cache key: ${cacheResult.key}`)
|
||||
|
||||
try {
|
||||
await this.afterRestore(listener)
|
||||
|
Reference in New Issue
Block a user