Skip to content

Commit 6c9c7ed

Browse files
KnisterPeterZauberNerd
authored andcommitted
patch: update owner name from nektos to xing
- installer update - test asserts
1 parent fec0c0c commit 6c9c7ed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ set -e
66
usage() {
77
this=$1
88
cat <<EOF
9-
$this: download go binaries for nektos/act
9+
$this: download go binaries for xing/act
1010
1111
Usage: $this [-b] bindir [-d] [tag]
1212
-b sets bindir or installation directory, Defaults to /usr/local/bin
1313
-d turns on debug logging
1414
[tag] is a tag from
15-
https://github.com/nektos/act/releases
15+
https://github.com/xing/act/releases
1616
If tag is missing, then the latest will be used.
1717
1818
Generated by godownloader
@@ -359,7 +359,7 @@ End of functions from https://github.com/client9/shlib
359359
EOF
360360

361361
PROJECT_NAME="act"
362-
OWNER=nektos
362+
OWNER=xing
363363
REPO="act"
364364
BINARY=act
365365
FORMAT=tar.gz

pkg/runner/run_context_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,12 +325,12 @@ func TestGetGitHubContext(t *testing.T) {
325325
actor = a
326326
}
327327

328-
repo := "nektos/act"
328+
repo := "xing/act"
329329
if r := os.Getenv("ACT_REPOSITORY"); r != "" {
330330
repo = r
331331
}
332332

333-
owner := "nektos"
333+
owner := "xing"
334334
if o := os.Getenv("ACT_OWNER"); o != "" {
335335
owner = o
336336
}

0 commit comments

Comments
 (0)