Fix slack notifications
This commit is contained in:
parent
b7c153f40c
commit
b67996880a
|
|
@ -91,7 +91,7 @@ func (s Slack) Send(event Event, config v1alpha2.Notification) error {
|
|||
},
|
||||
}
|
||||
|
||||
mainAttachment := sm.Attachments[0]
|
||||
mainAttachment := &sm.Attachments[0]
|
||||
|
||||
mainAttachment.Title = notificationTitle(event)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue