michaelikoko/Workflow Blabber
All in one notification for your GitHub Workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 3, 2025
- License
- MIT
Pinned Snippet
uses: michaelikoko/workflow-blabber@49a2048846884856114ab4330b9b117b2e8029e4 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| channels | Notification channels to use (e.g., email, slack) | yes | — |
| status | Status of the workflow (success, failure, cancelled) | yes | — |
| custom_title | Custom title for the notification | no | — |
| custom_message | Custom message to include in the notification | no | — |
| fail_on_error | Fail the action if notification sending fails | no | false |
| smtp_host | SMTP server host for sending email notifications | no | — |
| recipient_email | Recipient email address for email notifications | no | — |
| smtp_port | SMTP server port | no | 587 |
| smtp_user | SMTP server username | no | — |
| smtp_password | SMTP server password | no | — |
| smtp_secure | Use secure connection for SMTP | no | false |
| email_subject | Subject line for email notifications | no | GitHub Workflow Notification |
| discord_webhook_url | Discord webhook URL for sending notifications | no | — |
| slack_webhook_url | Slack webhook URL for sending notifications | no | — |
| telegram_bot_token | Telegram bot token for sending notifications | no | — |
| telegram_chat_id | Telegram chat ID for sending notifications | no | — |
Outputs
no outputs