gladykov/Yet Another Slack Notification Github Action
Send notification to slack
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| CHANNEL_ID | Channel to send notification to | yes | — |
| TOKEN | API Token | yes | — |
| TITLE | Title of notification | yes | — |
| STATUS | Job status | yes | — |
| MESSAGE | Message of notification | no | — |
| MESSAGE_SUCCESS | Message shown when job succeeds | no | — |
| MESSAGE_FAILURE | Message shown when job fails | no | — |
| BUTTONS | JSON with clickable buttons | no | — |
| ELEMENTS | Which elements we should snow in notification. If empty we show all. | no | — |
| MESSAGE_ID | If passed, updates existing message | no | — |
Outputs
| name | description |
|---|---|
| MESSAGE_ID | Id of message created / updated |