mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-05-14 02:42:44 +00:00
318 B
318 B
🚀 Telegram for GitHub Actions
GitHub Action for sending a Telegram notification message.
Usage
action "Post message to Telegram" {
uses = "appleboy/telegram-action@master"
secrets = [
"TELEGRAM_TOKEN",
"TELEGRAM_TO",
]
args = "Hello World"
}