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 06696f5 commit f7bec84Copy full SHA for f7bec84
.github/actions/k3d/action.yaml
@@ -53,7 +53,7 @@ runs:
53
shell: bash
54
run: |
55
k3d cluster create --image '+${{ inputs.k3s-channel }}' --no-lb --timeout=2m --wait
56
- kubectl version --short | awk '{ print "${tolower($1)}=${$3}" >> $GITHUB_OUTPUT }'
+ kubectl version | awk '{ print "${tolower($1)}=${$3}" >> $GITHUB_OUTPUT }'
57
58
PAUSE_IMAGE=$(docker exec $(k3d node list --output json | jq --raw-output 'first.name') \
59
k3s agent --help | awk '$1 == "--pause-image" {
0 commit comments