Update notify.yml
This commit is contained in:
parent
92f87ea4bc
commit
49cbd39a88
1 changed files with 6 additions and 1 deletions
5
.github/workflows/notify.yml
vendored
5
.github/workflows/notify.yml
vendored
|
@ -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}}
|
Loading…
Add table
Add a link
Reference in a new issue