Skip to content

Commit 5473639

Browse files
committed
git-artifacts: mark all inputs as "not required"
This workflow needs to be triggered manually, and it offers to specify a couple input parameters. But none of them are required. Make that explicit. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 86c7477 commit 5473639

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/git-artifacts.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ on:
77
inputs:
88
build_only:
99
description: 'Optionally restrict what artifacts to build'
10+
required: false
1011
ref:
1112
description: 'Optionally override which branch to build'
13+
required: false
1214
repository:
1315
description: 'Optionally override from where to fetch the specified ref'
16+
required: false
1417

1518
env:
1619
GPG_OPTIONS: "--batch --yes --no-tty --list-options no-show-photos --verify-options no-show-photos --pinentry-mode loopback"

0 commit comments

Comments
 (0)