2019-02-17 12:24:49 +08:00
2019-02-17 12:16:37 +08:00
2019-02-17 12:16:37 +08:00
2019-02-17 11:17:02 +08:00
2019-02-17 12:24:49 +08:00
2019-02-16 23:25:42 +08:00
2019-02-17 12:16:37 +08:00

🚀 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"
}
S
Description
No description provided
Readme MIT 2.1 MiB
Languages
Dockerfile 60.5%
Shell 39.5%