Skip to content

Commit e4090bd

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

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
@@ -323,12 +323,12 @@ func TestGetGitHubContext(t *testing.T) {
323323
actor = a
324324
}
325325

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

331-
owner := "nektos"
331+
owner := "xing"
332332
if o := os.Getenv("ACT_OWNER"); o != "" {
333333
owner = o
334334
}

0 commit comments

Comments
 (0)