We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c5441 commit 3f0647cCopy full SHA for 3f0647c
stable/slack/README.md
@@ -14,5 +14,8 @@ envs:
14
- name: WEBHOOK_URL
15
type: required
16
description: Url to the channel
17
+ - name: SLACK_MESSAGE
18
+ type: required
19
+ description: Message to send
20
- name: DEBUG
21
description: print verbose install output
stable/slack/plugin.yaml
@@ -22,5 +22,5 @@ steps:
22
23
## Environment Variables
24
25
-- **required** `WEBHOOK_URL` - Url to the channel. Slack official [docs](https://gophers.slack.com/apps/new/A0F7XDUAZ-incoming-webhooks)
+- **required** `WEBHOOK_URL` - Url to the channel. Slack official [docs](https://api.slack.com/incoming-webhooks)
26
- `DEBUG` - print verbose output
0 commit comments