actions-marketplace-validations/Slack Workflow Notifications
A Github Action for sending Workflow run results to Slack
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo_token | You must manually pass in secrets.GITHUB_TOKEN | yes | — |
| slack_webhook_url | Your slack webhook url | yes | — |
| channel | Override the default channel configured by the SLACK_WEBHOOK_URL | no | — |
| name | Override the default name configured by the Slack SLACK_WEBHOOK_URL | no | — |
| icon_emoji | Override the default webhook icon with an emoji. Uses emoji code: https://www.webfx.com/tools/emoji-cheat-sheet/ | no | — |
| icon_url | Override the default webhook icon with an image via url. | no | — |
| include_jobs | Should the slack notification include individual job status and run times | yes | true |
| include_commit_message | Should the slack notification include the head commit message | yes | false |
| jobs_to_fetch | Number of jobs to fetch (for workflows with big number of jobs) | no | 30 |
Outputs
no outputs