mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-09-13 03:02:23 +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) {
|
||||
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