Files
telegram-action/README.md
T
2019-02-17 12:16:37 +08:00

366 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"
}