mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 09:02:50 +00:00
Use cache.description
This commit is contained in:
parent
6ca4d4ade2
commit
d785346c8c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue