Skip to content

Commit 7ef85fa

Browse files
committed
test build
1 parent e6f1a9e commit 7ef85fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-kubectl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: echo "$OUTPUT1 $OUTPUT2 ${{matrix.tag}}"
4040
- name: data
4141
run: |
42-
KUBECTL_VERSION=$('${{needs.fetch-data.outputs.versions }}' | jq --arg KEY "${{ matrix.tag }}" '.[$KEY]')
42+
KUBECTL_VERSION=$(echo '${{needs.fetch-data.outputs.versions }}' | jq --arg KEY "${{ matrix.tag }}" '.[$KEY]')
4343
echo "build_args=KUBECTL_VERSION=$KUBECTL_VERSION" >> "$GITHUB_OUTPUT"
4444
echo $GITHUB_OUTPUT
4545
- name: Build-kubetcl-with-shell

0 commit comments

Comments
 (0)