diff --git a/Slack-Notify-Plugin.md b/Slack-Notify-Plugin.md index 79d3e02..72c15a0 100644 --- a/Slack-Notify-Plugin.md +++ b/Slack-Notify-Plugin.md @@ -12,7 +12,7 @@ This plugin joins a [Slack](https://www.slack.com/) room and sends a user-define | `show_status` | No | Whether or not to append the build status as an attachment in slack. Default - true Send a message if the build fails: -```yams +```yaml failure: slack_notify: webhook_url: "https://hooks.slack.com/services/R212T827A/G983UY31U/aIp0yuW9u0iTqwAMOEwTg" @@ -25,8 +25,8 @@ failure: Send a message every time the build is run: -```yams -failure: +```yaml +completed: slack_notify: webhook_url: "https://hooks.slack.com/services/R212T827A/G983UY31U/aIp0yuW9u0iTqwAMOEwTg" room: "#phpci"