Update notify.yml

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

View file

@ -9,4 +9,9 @@ jobs:
uses: appleboy/telegram-action@master
with:
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}}