citizensadvice/Send Slack Notification
Send a notification to Slack
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 23, 2026
- License
- Apache 2.0
Pinned Snippet
uses: citizensadvice/message-slack-action@080d90bef86e16b0f1d9b07406fad8a9f541fc27 # v3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| title | Title of the notification | yes | — |
| message | Message to be sent | yes | — |
| channel_id | Channel IDs to send the notification to | yes | — |
| slack_bot_token | Slack bot token | yes | — |
| github_token | Github token | yes | — |
| compact | Use compact message format | no | true |
| commit_sha | Overwrite the commit SHA to use for the notification | no | ${{ github.sha }} |
Outputs
no outputs