Skip to content

Commit 8034bb5

Browse files
authored
Merge pull request #47 from syntasso/chore/132/test-support-for-workflow
chore: setting input as mandatory
2 parents 8c164bf + 34681bb commit 8034bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
inputs:
88
is_test:
99
description: 'Indicates that the run should publish to the test repositories'
10-
required: false
10+
required: true
1111
type: boolean
1212
default: false
1313

0 commit comments

Comments
 (0)