diff --git a/pkg/plugin/notify/slack.go b/pkg/plugin/notify/slack.go index 14c8f01d7..d02e457fc 100644 --- a/pkg/plugin/notify/slack.go +++ b/pkg/plugin/notify/slack.go @@ -9,7 +9,7 @@ import ( const ( slackEndpoint = "https://%s.slack.com/services/hooks/incoming-webhook?token=%s" - slackStartedMessage = "Building %s, commit %s, author %s" + slackStartedMessage = "*Building* %s, commit %s, author %s" slackSuccessMessage = "*Success* %s, commit %s, author %s" slackFailureMessage = "*Failed* %s, commit %s, author %s" )