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