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: with:
to: ${{ secrets.TELEGRAM_TO }} to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }} token: ${{ secrets.TELEGRAM_TOKEN }}
disable_web_page_preview: true
format: html
message: | message: |
${{ github.actor }} created commit: <b>🛠 ${{ github.actor }} created commit</b> (<code>${{github.sha}}</code>)
Commit message: ${{ github.event.commits[0].message }} <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>