fix: url params
Some checks failed
Sample Testing / my_job (push) Failing after 1m15s

This commit is contained in:
Marcel S. Henselin 2026-04-17 11:52:27 +02:00
parent e31a184f97
commit 73312c28b3

View file

@ -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