andrewscwei/Telegram Alert

A GitHub Action for sending build status alerts to a Telegram chat.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
success-prefixThe prefix to use in a success alert, defaults to 🤖.no
failure-prefixThe prefix to use in a failure alert, defaults to 😱.no
cancelled-prefixThe prefix to use in a cancelled alert, defaults to 🫥.no
bot-tokenThe Telegram bot token for sending messages.yes
chat-idThe Telegram chat ID to send messages to.yes
successSpecifies whether this is a success or failure alert.yes
cancelledSpecifies whether this is a cancelled alert.no
action-labelLabel of the action button, defaults to `Open`. The action button is only visible when `action-url` is provided and `success` is `true`.no
action-urlLink of the action button. When provided, the action button will be visible if `success` is `true`.no
namedescription
responseThe data of the Telegram API request.