mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-07-04 09:17:56 +00:00
17 lines
318 B
Markdown
17 lines
318 B
Markdown
# 🚀 Telegram for GitHub Actions
|
|
|
|
[GitHub Action](https://developer.github.com/actions/) 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"
|
|
}
|
|
```
|