Skip to content

Commit

Permalink
Fix issue URL in job log (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnkr authored Jun 19, 2024
1 parent 287b77b commit d2e412d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion approval.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Respond %s to continue workflow or %s to cancel.`,
}
a.approvalIssueNumber = a.approvalIssue.GetNumber()

fmt.Printf("Issue created: %s\n", a.approvalIssue.GetURL())
fmt.Printf("Issue created: %s\n", a.approvalIssue.GetHTMLURL())
return nil
}

Expand Down

0 comments on commit d2e412d

Please sign in to comment.