chore: add commit.sha in example

This commit is contained in:
Bo-Yi Wu
2019-04-05 06:48:58 +08:00
parent 8b27ddeb0a
commit cc178efb9f
+1 -1
View File
@@ -13,7 +13,7 @@ action "Send Custom Message" {
"TELEGRAM_TOKEN",
"TELEGRAM_TO",
]
args = "A new commit has been pushed."
args = "A new commit has been pushed. commit: {{ commit.sha }}"
}
action "Send Default Message" {