Skip to content

Commit 0e138d2

Browse files
committed
test build
1 parent 82dab32 commit 0e138d2

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
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
KUBECTL_VERSION=$(echo '${{needs.fetch-data.outputs.versions }}' | jq --arg KEY "${{ matrix.tag }}" '.[$KEY]')
4343
echo $KUBECTL_VERSION
44-
echo "build_args=KUBECTL_VERSION=$KUBECTL_VERSION" >> "$GITHUB_OUTPUT"
44+
echo "build_args=KUBECTL_VERSION" >> "$GITHUB_OUTPUT"
4545
cat $GITHUB_OUTPUT
4646
- name: debug
4747
run: |

0 commit comments

Comments
 (0)