Update notify.yml

This commit is contained in:
stefanodvx 2025-04-17 14:36:40 +02:00
parent 92f87ea4bc
commit 49cbd39a88

View file

@ -10,3 +10,8 @@ jobs:
with: with:
to: ${{ secrets.TELEGRAM_TO }} to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }} 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}}