Skip to content

Commit d5e9713

Browse files
btkostnersatackey
andauthored
Update post.ts
Co-authored-by: satackey <me+github.com@satackey.com>
1 parent ae6e6fc commit d5e9713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

post.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { ImageDetector } from './src/ImageDetector'
66
import { assertType } from 'typescript-is'
77

88
const main = async () => {
9-
if (core.getInput('skip-save') != null) {
9+
if (JSON.parse(core.getInput('skip-save', { required: true }))) {
1010
core.info('Skipping save.')
1111
return
1212
}

0 commit comments

Comments
 (0)