speareducation/Slack Notification
A GitHub action to send a slack notification
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| summary | A 1-line summary of the job results | yes | — |
| coverage | Code coverage % | yes | — |
| status | Boolean for whether to show a success or failure | no | ${{ job.status }} |
| slack_web_hook | Slack Web Hook | yes | — |
| project_name | Project Name | no | ${{ github.repository }} |
| repository_link | Repo Link | no | https://github.com/${{ github.repository }} |
Outputs
no outputs