scribd/job-notification
A GitHub Action for sending job notifications
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Name of the repository (e.g scribd/job-notification) Useful for sending notifications on behalf of another repository. | no | ${{ github.repository }} |
| token | Slack token to send the notification via "gitscribd" app. | yes | — |
| channel | The Slack channel name for receiving the notification | yes | — |
| status | Customize the notification status to be "success", "failure" or a custom value. | no | ${{ job.status }} |
| environment | Customize the environment to be something other than branch name | no | ${{ github.ref_name }} |
| message | Customize the notification message. | — | — |
Outputs
no outputs