Skip to content

Commit 7e76ae9

Browse files
authored
Merge pull request #13 from nolar/rename-source
Rename the GitHub org for K3s (but not K3d)
2 parents 1e4fd66 + 9d5fe13 commit 7e76ae9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Besides, 1.16 and 1.17 are broken and will not be fixed
5757
(see [#11](https://github.com/nolar/setup-k3d-k3s/issues/11)).
5858

5959
When the version is partial, the latest detected one will be used,
60-
as found in [K3s releases](https://github.com/rancher/k3s/releases),
60+
as found in [K3s releases](https://github.com/k3s-io/k3s/releases),
6161
according to the basic semantical sorting (i.e. not by time of releasing).
6262

6363

action.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44

55
: ${GITHUB_API_URL:=https://api.github.com}
66
: ${VERSION:=latest}
7-
: ${REPO:=rancher/k3s}
7+
: ${REPO:=k3s-io/k3s}
88

99
if [[ -n "${GITHUB_TOKEN:-}" ]]; then
1010
authz=("-H" "Authorization: Bearer ${GITHUB_TOKEN}")

0 commit comments

Comments
 (0)