diff --git a/.github/main.workflow b/.github/main.workflow index c46e53f..3b641ee 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -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" {