Skip to content

Commit

Permalink
Build outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Dec 23, 2023
1 parent 8eaaddf commit 5dc8c5a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99084,7 +99084,7 @@ 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);
}
this.saveMetadataForCacheResults([]);
}
Expand Down
2 changes: 1 addition & 1 deletion dist/main/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/post/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99084,7 +99084,7 @@ 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);
}
this.saveMetadataForCacheResults([]);
}
Expand Down
2 changes: 1 addition & 1 deletion dist/post/index.js.map

Large diffs are not rendered by default.

0 comments on commit 5dc8c5a

Please sign in to comment.