buka-ltd/Telegram Notify
Telegram 通知
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 3, 2025
- License
- MIT
Pinned Snippet
uses: buka-ltd/actions.telegram-notify@4e753b0a86b46b889f1281a8925822daeab3c4e1 # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Telegram Bot Token | yes | — |
| chatId | Telegram Chat Id | yes | — |
| messageThreadId | Telegram Topic Id | — | — |
| parseMode | 解析消息体的模式(https://core.telegram.org/bots/api#formatting-options) MarkdownV2/HTML/Markdown | no | Markdown |
| text | 消息体 | yes | — |
| disableNotification | 静默,用户将收到无声消息 | no | false |
| protectContent | ��护消息不会被转发或者保存 | no | false |
Outputs
| name | description |
|---|---|
| success | 是�����成功推送消息 |