mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-07 08:46:10 +02:00
Improve formatting for caching report
This commit is contained in:
parent
75cec40e58
commit
6ca4d4ade2
3 changed files with 18 additions and 11 deletions
|
@ -132,7 +132,7 @@ export abstract class AbstractCache {
|
|||
}
|
||||
|
||||
const cacheKey = this.prepareCacheKey()
|
||||
const entryReport = listener.entry(this.cacheName)
|
||||
const entryReport = listener.entry(this.cacheDescription)
|
||||
entryReport.markRequested(cacheKey.key, cacheKey.restoreKeys)
|
||||
|
||||
this.debug(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue