Skip to content

Commit

Permalink
added-all
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 3, 2023
1 parent d5f6679 commit c80709a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmds/wait_for_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func NewCmdWaitForJob() *cobra.Command {
Short: "Wait for Next GitHub Actions runner job",
DisableAutoGenTag: true,
RunE: func(cmd *cobra.Command, args []string) error {
ncOpts.Addr = "127.0.0.1:4222"
// ncOpts.Addr = "127.0.0.1:4222"

var err error
nc, err = backend.NewConnection(ncOpts.Addr, ncOpts.CredFile)
Expand Down
1 change: 1 addition & 0 deletions repo_owner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gh-walker/firewalk

0 comments on commit c80709a

Please sign in to comment.