Skip to content

Commit

Permalink
Remove markNotSaved on restore
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Dec 23, 2023
1 parent e0cd021 commit 8eaaddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cache-extract-entries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ export class ConfigurationCacheEntryExtractor extends AbstractEntryExtractor {
if (cacheEntries.length > 0) {
core.info(`Not restoring configuration-cache state, as ${reason}`)
for (const cacheEntry of cacheEntries) {
listener.entry(cacheEntry.pattern).markNotRestored(reason).markNotSaved(reason)
listener.entry(cacheEntry.pattern).markNotRestored(reason)
}

// Update the results file based on no entries restored
Expand Down

0 comments on commit 8eaaddf

Please sign in to comment.