mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 01:28:56 +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