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 0e138d2 commit 8550130Copy full SHA for 8550130
.github/workflows/build-kubectl.yml
@@ -38,6 +38,7 @@ jobs:
38
- name: test
39
run: echo "$OUTPUT1 $OUTPUT2 ${{matrix.tag}}"
40
- name: data
41
+ id: data
42
run: |
43
KUBECTL_VERSION=$(echo '${{needs.fetch-data.outputs.versions }}' | jq --arg KEY "${{ matrix.tag }}" '.[$KEY]')
44
echo $KUBECTL_VERSION
0 commit comments