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 99d7f1d commit 771109eCopy full SHA for 771109e
main.ts
@@ -19,7 +19,7 @@ const main = async () => {
19
20
core.saveState(`restored-key`, JSON.stringify(restoredKey !== undefined ? restoredKey : ''))
21
core.saveState(`already-existing-images`, JSON.stringify(alreadyExistingImages))
22
- core.saveState(`restored-images`, JSON.stringify(imageDetector.getImagesShouldSave(alreadyExistingImages)))
+ core.saveState(`restored-images`, JSON.stringify(await imageDetector.getImagesShouldSave(alreadyExistingImages)))
23
}
24
25
main().catch(e => {
0 commit comments