We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f1a9e commit 7ef85faCopy full SHA for 7ef85fa
.github/workflows/build-kubectl.yml
@@ -39,7 +39,7 @@ jobs:
39
run: echo "$OUTPUT1 $OUTPUT2 ${{matrix.tag}}"
40
- name: data
41
run: |
42
- KUBECTL_VERSION=$('${{needs.fetch-data.outputs.versions }}' | jq --arg KEY "${{ matrix.tag }}" '.[$KEY]')
+ KUBECTL_VERSION=$(echo '${{needs.fetch-data.outputs.versions }}' | jq --arg KEY "${{ matrix.tag }}" '.[$KEY]')
43
echo "build_args=KUBECTL_VERSION=$KUBECTL_VERSION" >> "$GITHUB_OUTPUT"
44
echo $GITHUB_OUTPUT
45
- name: Build-kubetcl-with-shell
0 commit comments