mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Use cache.description
This commit is contained in:
@@ -216,7 +216,7 @@ export abstract class AbstractCache {
|
||||
const cachePath = this.getCachePath()
|
||||
await this.saveCache(cachePath, cacheKey)
|
||||
|
||||
listener.entry(this.cacheName).markSaved(cacheKey)
|
||||
listener.entry(this.cacheDescription).markSaved(cacheKey)
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user