File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ inputs:
55 default : latest
66 required : true
77 description : >
8- Git tag from https://github.com/rancher /k3d/releases or "latest"
8+ Git tag from https://github.com/k3d-io /k3d/releases or "latest"
99 k3s-channel :
1010 default : latest
1111 required : true
1212 description : >
13- https://rancher.com/ docs/ k3s/latest/en/ upgrades/basic/ #release-channels
13+ https://docs. k3s.io/ upgrades/manual #release-channels
1414 prefetch-images :
1515 required : true
1616 description : >
4444 env :
4545 K3D_TAG : ${{ inputs.k3d-tag }}
4646 run : |
47- curl --fail --silent https://raw.githubusercontent.com/rancher /k3d/main/install.sh |
47+ curl --fail --silent https://raw.githubusercontent.com/k3d-io /k3d/main/install.sh |
4848 TAG="${K3D_TAG#latest}" bash
4949 k3d version | awk '{ print "${tolower($1)}=${$3}" >> $GITHUB_OUTPUT }'
5050
You can’t perform that action at this time.
0 commit comments