mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-17 14:02:58 +00:00
Minor message change
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
slackEndpoint = "https://%s.slack.com/services/hooks/incoming-webhook?token=%s"
|
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"
|
slackSuccessMessage = "*Success* %s, commit %s, author %s"
|
||||||
slackFailureMessage = "*Failed* %s, commit %s, author %s"
|
slackFailureMessage = "*Failed* %s, commit %s, author %s"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user