actions-marketplace-validations/Actions Ecosystem Slack Notifier
Send notifications to Slack.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 4, 2021
- License
- Apache 2.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/actions-ecosystem_action-slack-notifier@fc778468d09c43a6f4d1b8cccaca59766656996a # no releases — HEAD as of 2026-07-22tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| slack_token | A Slack token. | yes | — |
| channel | A channel that will receives the message. e.g.) `develop`, `#develop` | yes | — |
| message | A message for the channel. Supports Markdown format. | yes | — |
| username | An username who sends a message. | no | GitHub Actions |
| color | A 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 | — |
| verbose | Whether message contains GitHub context: repository, ref, workflow, event, action, number | no | false |
| custom_payload | A 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 | — |
Outputs
no outputs