mirror of
https://github.com/valitydev/botkube.git
synced 2024-11-06 08:25:19 +00:00
TD-74::trying to get successful build
This commit is contained in:
parent
dce29fa7a6
commit
7db8bae5f9
@ -317,7 +317,7 @@ func FormatShortMessage(event events.Event) (msg string) {
|
||||
}
|
||||
|
||||
if len(event.LogsURLMsg) > 0 {
|
||||
msg += fmt.Sprintf("\n%s", event.LogsURLMsg)
|
||||
msg += fmt.Sprintf("%s", event.LogsURLMsg)
|
||||
}
|
||||
// Add message in the attachment if there is any
|
||||
if len(additionalMsg) > 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user