docs: update doc

This commit is contained in:
Bo-Yi Wu
2019-04-05 07:20:52 +08:00
parent dcd986dc36
commit 827b11092f
+2 -2
View File
@@ -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 }}"
}
```