andrewscwei/Telegram Alert
A GitHub Action for sending build status alerts to a Telegram chat.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| success-prefix | The prefix to use in a success alert, defaults to 🤖. | no | — |
| failure-prefix | The prefix to use in a failure alert, defaults to 😱. | no | — |
| cancelled-prefix | The prefix to use in a cancelled alert, defaults to 🫥. | no | — |
| bot-token | The Telegram bot token for sending messages. | yes | — |
| chat-id | The Telegram chat ID to send messages to. | yes | — |
| success | Specifies whether this is a success or failure alert. | yes | — |
| cancelled | Specifies whether this is a cancelled alert. | no | — |
| action-label | Label of the action button, defaults to `Open`. The action button is only visible when `action-url` is provided and `success` is `true`. | no | — |
| action-url | Link of the action button. When provided, the action button will be visible if `success` is `true`. | no | — |
Outputs
| name | description |
|---|---|
| response | The data of the Telegram API request. |