actions-marketplace-validations/slack-build-notifier

A Slack-notifier focused on the build status

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 22, 2019
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/hennejg_slack-build-notifier@0682480604cfaafaf05d059c34d81fedb0f4a5db # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
statusSpecify success or failure or cancelled or custom.${{ job.status }}
payloadjson payload refs https://github.com/slackapi/node-slack-sdk/blob/v5.0.0/packages/webhook/src/IncomingWebhook.ts#L91-L106)
mentionSpecify channel or here or empty string.""
only_mention_failSpecify channel or here or empty string.""
author_nameUser name for slack notification.__COMMITTER__
textYou can overwrite text.""
usernameoverride the legacy integration's default name.""
icon_emojian emoji code string to use in place of the default icon.""
icon_urlan icon image URL string to use in place of the default icon.""
channeloverride the legacy integration's default channel. This should be an ID, such as C8UJ12P4P.""
exclude_fieldsa comma-separated list of fields to hide from the templateauthor, action, workflow

no outputs