mirror of
https://github.com/gradle/actions.git
synced 2026-07-27 14:44:31 +02:00
Improve formatting for caching report
This commit is contained in:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user