Update notify.yml

This commit is contained in:
stefanodvx 2025-04-17 14:39:03 +02:00
parent 49cbd39a88
commit caaf055e58

View file

@ -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 }}
<b>🛠 ${{ github.actor }} created commit</b> (<code>${{github.sha}}</code>)
<i>${{ github.event.commits[0].message }}</i>
See changes: https://github.com/${{ github.repository }}/commit/${{github.sha}}
<a href='https://github.com/${{ github.repository }}/commit/${{github.sha}}'>See changes</a>