Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4b73bdc

Browse files
committed
ci: Test if required fixes boolean
1 parent e073639 commit 4b73bdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ on:
2525
snapshot:
2626
description: Force a dev version to be generated, implies dry_run.
2727
type: boolean
28+
required: true
2829
default: false
2930
ignore_missing_commit_metadata:
3031
description: WARNING! This option disables the requirement that all commits have a PR. Not needed for dry_run.
32+
required: true
3133
type: boolean
3234
default: false
3335

0 commit comments

Comments
 (0)