Skip to content

Commit d66cec2

Browse files
committed
add default value to workflow inputs
1 parent 7fde9af commit d66cec2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/buid-vm-image-manual.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ on:
99
description: k8s version
1010
required: true
1111
type: string
12+
default: "1.33"
1213
tag:
1314
description: ck8s capi version
1415
required: true
1516
type: string
17+
default: "0.8"
1618

1719
env:
1820
version: ${{ inputs.version }}-*

0 commit comments

Comments
 (0)