Skip to content

Commit e6dd548

Browse files
committed
Make kayobe config branch input required in container promote workflow
1 parent c1ed943 commit e6dd548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
required: false
1010
default: ""
1111
kayobe_config_branch:
12-
required: false
12+
required: true
1313
description: Branch of StackHPC Kayobe configuration to use
1414
check_mode:
1515
description: Check mode

0 commit comments

Comments
 (0)