endcrawl/Github Action Slack Notifications via Curl
'Notify Slack when a GitHub Action succeeds, fails, or is cancelled.' 'Lightweight: only requires curl.'
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| slack_webhook | Webhook URL for the custom slack app you've added to your workspace. | yes | — |
| token | Token used for getting elapsed job time. Defaults to $GITHUB_TOKEN. | — | ${{ github.token }} |
| test_results | Optional test summary. | — | — |
| coverage_results | Optional code coverage summary. | — | — |
Outputs
no outputs