Skip to content

Commit 7631ae6

Browse files
committed
Change default values for workflow dispatch
1 parent d5e7a09 commit 7631ae6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/manual.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ on:
1313
include-legend:
1414
description: 'Include legend'
1515
type: boolean
16+
default: true
1617
include-finish-node:
1718
description: 'Include finish node'
1819
type: boolean
20+
default: true
1921
dry-run:
2022
description: 'Dry run'
2123
type: boolean

0 commit comments

Comments
 (0)