mirror of
https://github.com/appleboy/drone-telegram.git
synced 2026-06-04 10:14:50 +08:00
chore: remove trim \n from message (#105)
This commit is contained in:
@@ -122,7 +122,7 @@ Example configuration with video message:
|
||||
+ - tests/video2.mp4
|
||||
```
|
||||
|
||||
Example configuration with message format:
|
||||
Example configuration with message format (`Markdown` or `HTML`), default as `Markdown`:
|
||||
|
||||
```diff
|
||||
- name: send telegram notification
|
||||
@@ -130,7 +130,7 @@ Example configuration with message format:
|
||||
settings:
|
||||
token: xxxxxxxxxx
|
||||
to: telegram_user_id
|
||||
+ format: markdown
|
||||
+ format: Markdown
|
||||
```
|
||||
|
||||
Example configuration with a custom message template:
|
||||
|
||||
Reference in New Issue
Block a user