Skip to content
This repository was archived by the owner on Nov 10, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/slack-notifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
title: Sending message to slack
image: codefresh/slacknotifier
environment:
- SLACK_WEBHOOK_URL=${{SLACK_HOOK_URL}}
- SLACK_HOOK_URL=${{SLACK_HOOK_URL}}
- SLACK_TEXT=${{SLACK_TEXT}}
- SLACK_ATTACHMENTS=${{SLACK_ATTACHMENTS}}
...
Expand Down Expand Up @@ -51,7 +51,7 @@ steps:

## Environment Variables

- **required** `WEBHOOK_URL` - Url to the channel. Slack official [docs](https://api.slack.com/incoming-webhooks)
- **required** `SLACK_HOOK_URL` - Url to the channel. Slack official [docs](https://api.slack.com/incoming-webhooks)
- **required** `SLACK_TEXT` - The message that will be sent
- `SLACK_ATTACHMENTS` - print verbose output
- `MODE` - template | simple mode
Expand Down