scribd/job-notification

A GitHub Action for sending job notifications

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryName of the repository (e.g scribd/job-notification) Useful for sending notifications on behalf of another repository. no${{ github.repository }}
tokenSlack token to send the notification via "gitscribd" app.yes
channelThe Slack channel name for receiving the notificationyes
statusCustomize the notification status to be "success", "failure" or a custom value.no${{ job.status }}
environmentCustomize the environment to be something other than branch nameno${{ github.ref_name }}
messageCustomize the notification message.

no outputs