Skip to content

Commit

Permalink
feature(main): add rebot code
Browse files Browse the repository at this point in the history
  • Loading branch information
cuisongliu committed Apr 20, 2023
1 parent 137dadf commit 4d88317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gh/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ const (
gitNewTag = "cd /tmp/fork-sealos-repo && git tag %s"
gitAddRemote = "cd /tmp/fork-sealos-repo && git remote add fork https://%s:%s@github.com/%s.git"
gitPushRemote = "cd /tmp/fork-sealos-repo && git push -f fork %s"
gitWorkflowCheck = "cd /tmp/fork-sealos-repo && gh run list --repo %s -w %s -b %s --json name,status,url,conclusion -q '.[0]'"
gitWorkflowCheck = "cd /tmp/fork-sealos-repo && gh run list --repo %s -w %s --json name,status,url,conclusion,headBranch -q '.[]|select(.headBranch==\"%s\")'"
)

0 comments on commit 4d88317

Please sign in to comment.