From 827b11092f232809f6082a19201490ac1cd469e5 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 5 Apr 2019 07:20:52 +0800 Subject: [PATCH] docs: update doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd7ef4d..f739d5f 100644 --- a/README.md +++ b/README.md @@ -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 }}" } ```