mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-11-08 21:49:00 +08:00
Add more cache debug logging
This commit is contained in:
@@ -122,6 +122,12 @@ export abstract class AbstractCache {
|
||||
|
||||
core.saveState(this.cacheKeyStateKey, cacheKey.key)
|
||||
|
||||
this.debug(
|
||||
`Requesting ${this.cacheDescription} with
|
||||
key:${cacheKey.key}
|
||||
restoreKeys:[${cacheKey.restoreKeys}]`
|
||||
)
|
||||
|
||||
const cacheResult = await this.restoreCache(
|
||||
this.getCachePath(),
|
||||
cacheKey.key,
|
||||
|
||||
Reference in New Issue
Block a user