File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66usage () {
77 this=$1
88 cat << EOF
9- $this : download go binaries for nektos /act
9+ $this : download go binaries for xing /act
1010
1111Usage: $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
359359EOF
360360
361361PROJECT_NAME=" act"
362- OWNER=nektos
362+ OWNER=xing
363363REPO=" act"
364364BINARY=act
365365FORMAT=tar.gz
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments