mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 09:58:56 +08:00 
			
		
		
		
	Report cache entry path for duplicate entry save
This commit is contained in:
		@@ -162,7 +162,7 @@ export async function saveCache(cachePath: string[], cacheKey: string, listener:
 | 
				
			|||||||
        if (error instanceof cache.ReserveCacheError) {
 | 
					        if (error instanceof cache.ReserveCacheError) {
 | 
				
			||||||
            listener.markAlreadyExists(cacheKey)
 | 
					            listener.markAlreadyExists(cacheKey)
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        handleCacheFailure(error, `Failed to save cache entry ${cacheKey}`)
 | 
					        handleCacheFailure(error, `Failed to save cache entry with path '${cachePath}' and key: ${cacheKey}`)
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user