actions-marketplace-validations/Slack Rich Notification
Send a slack message, supporting Markdown and Multiline text
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Your Slack bot token (from your App's "OAuth & Permissions" page) | yes | — |
| secret | Your Slack bot's Signing Secret (from your App's "Basic Information" page) | yes | — |
| channel | Channel to send your message to | yes | — |
| message | The message to send. Use a pipe (|) in YAML for multiline strings | yes | — |
| evals | A collection of scripts/commands to run before populating the message. Each key will be mapped to evals.<key> in the Handlebars render | no | — |
| raw | Do not process the message using Handlebars | — | false |
| dump | Dump the handlebars context (useful for debugging). Secrets are masked. | — | false |
| dry-run | Do not perform a slack notification (useful for testing) | — | false |
Outputs
| name | description |
|---|---|
| message | The final Slack mesage that was generated |