From 6acc0febe6cecc2e3f82e35bbad215a7001da25f Mon Sep 17 00:00:00 2001 From: Evan Kaloudis Date: Tue, 18 Jun 2024 19:36:40 -0400 Subject: [PATCH] Action: test Telegram message --- .github/workflows/telegram.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/telegram.yml b/.github/workflows/telegram.yml index bd723fd59..999d2586b 100644 --- a/.github/workflows/telegram.yml +++ b/.github/workflows/telegram.yml @@ -14,5 +14,7 @@ jobs: to: ${{ secrets.CHAT_ID }} token: ${{ secrets.BOT_TOKEN }} message: | - ${{ github.event.name }} - ${{ github.actor }} \ No newline at end of file + A ${{ github.event.name }} + B ${{ github.actor }} + C ${{ github.event.path }} + D ${{ github.action }} \ No newline at end of file