Skip to content

Commit 8fca18f

Browse files
committed
fix naming
1 parent 68b3d68 commit 8fca18f

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

stable/slack/README.md

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
1-
image: codefresh/slack-message-sender
2-
version: 0.1.0
3-
description: Send message to slack channel
4-
keywords:
5-
- slack
6-
home: https://github.com/codefresh-io/slack-message-sender
7-
sources:
8-
- https://github.com/codefresh-io/slack-message-sender
9-
maintainers: # (optional)
10-
- name: Oleg Sucharevich
11-
12-
icon: https://upload.wikimedia.org/wikipedia/commons/7/76/Slack_Icon.png
13-
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
1+
# Codefresh Helm Plugin
2+
3+
Use Codefresh Slack plugin to send a message to a channel.
4+
5+
## Usage
6+
7+
8+
```yaml
9+
---
10+
version: '1.0'
11+
12+
steps:
13+
14+
...
15+
16+
publish_to_repo:
17+
image: codefresh/slack-message-sender
18+
19+
...
20+
21+
```
22+
23+
## Environment Variables
24+
25+
- **required** `WEBHOOK_URL` - Url to the channel. Slack official [docs](https://api.slack.com/incoming-webhooks)
26+
- `DEBUG` - print verbose output

stable/slack/plugin.yaml

Lines changed: 21 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
1-
# Codefresh Helm Plugin
2-
3-
Use Codefresh Slack plugin to send a message to a channel.
4-
5-
## Usage
6-
7-
8-
```yaml
9-
---
10-
version: '1.0'
11-
12-
steps:
13-
14-
...
15-
16-
publish_to_repo:
17-
image: codefresh/slack-message-sender
18-
19-
...
20-
21-
```
22-
23-
## Environment Variables
24-
25-
- **required** `WEBHOOK_URL` - Url to the channel. Slack official [docs](https://api.slack.com/incoming-webhooks)
26-
- `DEBUG` - print verbose output
1+
image: codefresh/slack-message-sender
2+
version: 0.1.0
3+
description: Send message to slack channel
4+
keywords:
5+
- slack
6+
home: https://github.com/codefresh-io/slack-message-sender
7+
sources:
8+
- https://github.com/codefresh-io/slack-message-sender
9+
maintainers: # (optional)
10+
- name: Oleg Sucharevich
11+
12+
icon: https://upload.wikimedia.org/wikipedia/commons/7/76/Slack_Icon.png
13+
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

0 commit comments

Comments
 (0)