Report on read-only / write-only cache

This commit is contained in:
Daz DeBoer 2022-06-02 22:44:08 -06:00
parent 143774290e
commit 7b79b2a752
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
3 changed files with 27 additions and 10 deletions

View file

@ -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)