Skip to content

Commit 0e07c41

Browse files
amvanbarenamvanbaren
andauthored
Add default value for inputs (#913)
Co-authored-by: amvanbaren <[email protected]>
1 parent 3f295c0 commit 0e07c41

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish-extension.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ on:
1212
type: string
1313
skipPublish:
1414
description: Skip publishing to Open VSX, only build extensions
15-
required: true
1615
type: boolean
16+
required: false
17+
default: false
1718
force:
1819
description: Force publish to Open VSX, even if version is already published
19-
required: true
2020
type: boolean
21+
required: false
22+
default: false
2123
jobs:
2224
download_release:
2325
name: Download latest release

0 commit comments

Comments
 (0)