Skip to content

Commit

Permalink
Merge pull request #13 from nolar/rename-source
Browse files Browse the repository at this point in the history
Rename the GitHub org for K3s (but not K3d)
  • Loading branch information
nolar authored Jul 1, 2021
2 parents 1e4fd66 + 9d5fe13 commit 7e76ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Besides, 1.16 and 1.17 are broken and will not be fixed
(see [#11](https://github.com/nolar/setup-k3d-k3s/issues/11)).

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


Expand Down
2 changes: 1 addition & 1 deletion action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eu

: ${GITHUB_API_URL:=https://api.github.com}
: ${VERSION:=latest}
: ${REPO:=rancher/k3s}
: ${REPO:=k3s-io/k3s}

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

0 comments on commit 7e76ae9

Please sign in to comment.