actions-ecosystem/Actions Ecosystem Slack Notifier

Send notifications to Slack.

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 20, 2026
Maintenance Recency
Stalelast commit Aug 4, 2021
License
Apache 2.0
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-ecosystem/action-slack-notifier@fc778468d09c43a6f4d1b8cccaca59766656996a # v1.1.0

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

namedescriptionrequireddefault
slack_tokenA Slack token.yes
channelA channel that will receives the message. e.g.) `develop`, `#develop`yes
messageA message for the channel. Supports Markdown format.yes
usernameAn username who sends a message.noGitHub Actions
colorA color of a message. The color names {black, red, green, yellow, blue, magenta, cyan, white} and color code (e.g., `#4CAF50`) are available. The default is no-color.no
verboseWhether message contains GitHub context: repository, ref, workflow, event, action, numbernofalse
custom_payloadA custom payload, in the form of JSON of a Slack block array, overriding the whole message. If this is specified, `inputs.color` and `inputs.verbose` are ignored.no

no outputs