actions-marketplace-validations/slack-build-notifier
A Slack-notifier focused on the build status
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 22, 2019
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/hennejg_slack-build-notifier@0682480604cfaafaf05d059c34d81fedb0f4a5db # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| status | Specify success or failure or cancelled or custom. | — | ${{ job.status }} |
| payload | json payload refs https://github.com/slackapi/node-slack-sdk/blob/v5.0.0/packages/webhook/src/IncomingWebhook.ts#L91-L106) | — | — |
| mention | Specify channel or here or empty string. | — | "" |
| only_mention_fail | Specify channel or here or empty string. | — | "" |
| author_name | User name for slack notification. | — | __COMMITTER__ |
| text | You can overwrite text. | — | "" |
| username | override the legacy integration's default name. | — | "" |
| icon_emoji | an emoji code string to use in place of the default icon. | — | "" |
| icon_url | an icon image URL string to use in place of the default icon. | — | "" |
| channel | override the legacy integration's default channel. This should be an ID, such as C8UJ12P4P. | — | "" |
| exclude_fields | a comma-separated list of fields to hide from the template | — | author, action, workflow |
Outputs
no outputs