mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-05-14 02:42:44 +00:00
chore: add commit.sha in example
This commit is contained in:
@@ -13,7 +13,7 @@ action "Send Custom Message" {
|
|||||||
"TELEGRAM_TOKEN",
|
"TELEGRAM_TOKEN",
|
||||||
"TELEGRAM_TO",
|
"TELEGRAM_TO",
|
||||||
]
|
]
|
||||||
args = "A new commit has been pushed."
|
args = "A new commit has been pushed. commit: {{ commit.sha }}"
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Send Default Message" {
|
action "Send Default Message" {
|
||||||
|
|||||||
Reference in New Issue
Block a user