Skip to content

Commit

Permalink
fix: locating workflow job_url
Browse files Browse the repository at this point in the history
  • Loading branch information
alikhil committed Dec 7, 2024
1 parent 0033e9a commit 068c48e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions github.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ func (g *GitHubClient) FollowWorkflowRun(sw StatusWriter, id string) error {
break
}
}
if workflowID != "" {
break
}
}
}

Expand Down

0 comments on commit 068c48e

Please sign in to comment.