From ff4557174df30d0dabe569f18ee54d8a66a4ba3a Mon Sep 17 00:00:00 2001 From: figeral Date: Mon, 1 Apr 2024 18:21:18 +0100 Subject: [PATCH] modifications done on actions --- .github/workflows/notify_on_push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify_on_push.yaml b/.github/workflows/notify_on_push.yaml index 94b82b8..2a49289 100644 --- a/.github/workflows/notify_on_push.yaml +++ b/.github/workflows/notify_on_push.yaml @@ -30,6 +30,6 @@ jobs: TELEGRAM_BOT_TOKEN: ${{secrets.TELEGRAM_BOT_TOKEN}} USER_ID: ${{secrets.FITZ_ID}} GITHUB_REPOSITORY: ${{github.repository}} - GITHUB_EVENT_AUTHOR: ${{github.event.pusher.username}} + GITHUB_EVENT_AUTHOR: ${{github.event.sender.name}} run: | python3 .github/workflows/source/index.py