mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-05-31 08:37:54 +00:00
docs: update doc
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
## Usage
|
||||
|
||||
Send custom message as blow
|
||||
Send custom message and see the custom variable as blow.
|
||||
|
||||
```
|
||||
action "Send Custom Message" {
|
||||
@@ -15,7 +15,7 @@ action "Send Custom Message" {
|
||||
"TELEGRAM_TOKEN",
|
||||
"TELEGRAM_TO",
|
||||
]
|
||||
args = "A new commit has been pushed."
|
||||
args = "A new commit has been pushed. commit sha: {{ commit.sha }}"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user