GitHub Action for sending a Telegram notification message.
action "Post message to Telegram" { uses = "appleboy/telegram-action@master" secrets = [ "TELEGRAM_TOKEN", "TELEGRAM_TO", ] args = "Hello World" }