mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Add more details to cache summary report
This commit is contained in:
@@ -212,6 +212,7 @@ abstract class AbstractEntryExtractor {
|
||||
|
||||
if (previouslyRestoredKey === cacheKey) {
|
||||
cacheDebug(`No change to previously restored ${artifactType}. Not saving.`)
|
||||
entryListener.markUnchanged('entry contents unchanged')
|
||||
} else {
|
||||
core.info(`Caching ${artifactType} with path '${pattern}' and cache key: ${cacheKey}`)
|
||||
await saveCache([pattern], cacheKey, entryListener)
|
||||
|
||||
Reference in New Issue
Block a user