mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-09-16 12:42:22 +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