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:
5
5
default : latest
6
6
required : true
7
7
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"
9
9
k3s-channel :
10
10
default : latest
11
11
required : true
12
12
description : >
13
- https://rancher.com/ docs/ k3s/latest/en/ upgrades/basic/ #release-channels
13
+ https://docs. k3s.io/ upgrades/manual #release-channels
14
14
prefetch-images :
15
15
required : true
16
16
description : >
44
44
env :
45
45
K3D_TAG : ${{ inputs.k3d-tag }}
46
46
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 |
48
48
TAG="${K3D_TAG#latest}" bash
49
49
k3d version | awk '{ print "${tolower($1)}=${$3}" >> $GITHUB_OUTPUT }'
50
50
You can’t perform that action at this time.
0 commit comments