actions-marketplace-validations/action-slack-notification
This action will send a notification to Slack
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 job.status | yes | ${{ job.status }} |
| fields | You can choose the items you want to add to the fields at the time of notification. If you have more than one, please enter it in csv format. e.g. commit,repo | no | "" |
| bot_name | Override the legacy integration's default name. | — | "" |
| channel | Override the legacy integration's default channel. | — | "" |
| github_base_url | Specify if you want to use GitHub Enterprise. | — | https://github.com |
| hash | Github Hash(SHA) | — | "" |
| success_text | Slack message when succeeded. | — | 🚀 Succeeded |
| failure_text | Slack message when failed. | — | 👀 Failed |
| canceled_text | Slack message when cancelled. | — | 🙅🏻♂️ Canceled |
Outputs
no outputs