mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-12-27 01:59:02 +08:00
Use cache.description
This commit is contained in:
parent
6ca4d4ade2
commit
d785346c8c
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user