We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfabbd4 commit 98b9e90Copy full SHA for 98b9e90
post.ts
@@ -10,6 +10,7 @@ const main = async () => {
10
const imageIdsToSave = new Set([...currentImageIds])
11
alreadyExistingImageIds.forEach(id => imageIdsToSave.delete(id))
12
13
+ core.debug(JSON.stringify({ imageIdsToSave }))
14
const layerCache = new LayerCache(Array.from(imageIdsToSave))
15
16
core.debug(JSON.stringify({ restoredKey, formattedOriginalCacheKey: layerCache.getFormattedOriginalCacheKey()}))
0 commit comments