indentsecurity/github-action-slack-notify
Notify Slack channels of updates from GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| status | Specify success or failure or cancelled or custom. | — | — |
| 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. | — | GitHub Actions |
| 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. | — | "" |
Outputs
no outputs