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 @@ -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 }
You can’t perform that action at this time.
0 commit comments