Skip to content

Commit 347e192

Browse files
authored
fix(ci): wrong workflow build argument input key (#2142)
1 parent 4863b5f commit 347e192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-manual.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
k8s_versions: ${{ inputs.k8s_versions }}
7676
os_distros: ${{ inputs.os_distros }}
7777
git_sha: ${{ inputs.git_sha }}
78-
build_arguments: ${{ inputs.build-arguments }}
78+
build_arguments: ${{ inputs.build_arguments }}
7979
resource_id: "ci-${{ inputs.pr_number }}-${{ needs.setup.outputs.git_sha_short }}-${{ inputs.uuid }}"
8080
run_name: "ci(#${{ inputs.pr_number }}@${{ needs.setup.outputs.git_sha_short }}): ${{ inputs.uuid }}"
8181
goal: "${{ inputs.goal }}"

0 commit comments

Comments
 (0)