Fix issue URL in job log (#112)
This commit is contained in:
parent
287b77b470
commit
d2e412d840
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue