From 49cbd39a88091e846dfdd567c76cff552bc669af Mon Sep 17 00:00:00 2001 From: stefanodvx <69367859+stefanodvx@users.noreply.github.com> Date: Thu, 17 Apr 2025 14:36:40 +0200 Subject: [PATCH] Update notify.yml --- .github/workflows/notify.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 2da2a39..03bf90a 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -9,4 +9,9 @@ jobs: uses: appleboy/telegram-action@master with: to: ${{ secrets.TELEGRAM_TO }} - token: ${{ secrets.TELEGRAM_TOKEN }} \ No newline at end of file + token: ${{ secrets.TELEGRAM_TOKEN }} + message: | + ${{ github.actor }} created commit: + Commit message: ${{ github.event.commits[0].message }} + + See changes: https://github.com/${{ github.repository }}/commit/${{github.sha}} \ No newline at end of file