This commit is contained in:
parent
e31a184f97
commit
73312c28b3
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -100,7 +100,7 @@ func main() {
|
|||
if webhook == "" {
|
||||
githubactions.Fatalf("Missing input 'giturl'")
|
||||
}
|
||||
data.GitURL = giturl
|
||||
data.GitURL = fmt.Sprintf("%s&threadKey=%s%s&messageReplyOption=REPLY_MESSAGE_FALLBACK_TO_NEW_THREAD", giturl, data.Commit, data.ActionID)
|
||||
|
||||
body := githubactions.GetInput("event_body")
|
||||
data.EventBody = body
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue