diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 03bf90a..b48169e 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -10,8 +10,10 @@ jobs: with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }} + disable_web_page_preview: true + format: html message: | - ${{ github.actor }} created commit: - Commit message: ${{ github.event.commits[0].message }} + 🛠 ${{ github.actor }} created commit (${{github.sha}}) + ${{ github.event.commits[0].message }} - See changes: https://github.com/${{ github.repository }}/commit/${{github.sha}} \ No newline at end of file + See changes \ No newline at end of file