mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-07-06 23:35:59 +02:00
Report on read-only / write-only cache
This commit is contained in:
parent
143774290e
commit
7b79b2a752
3 changed files with 27 additions and 10 deletions
|
@ -212,7 +212,7 @@ abstract class AbstractEntryExtractor {
|
|||
|
||||
if (previouslyRestoredKey === cacheKey) {
|
||||
cacheDebug(`No change to previously restored ${artifactType}. Not saving.`)
|
||||
entryListener.markUnchanged('entry contents unchanged')
|
||||
entryListener.markUnchanged('contents unchanged')
|
||||
} else {
|
||||
core.info(`Caching ${artifactType} with path '${pattern}' and cache key: ${cacheKey}`)
|
||||
await saveCache([pattern], cacheKey, entryListener)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue