Update notify-telegram.yml

This commit is contained in:
KF-Art 2023-05-26 11:55:59 -04:00
parent 6939409fc5
commit 188c4e880f

View file

@ -13,9 +13,6 @@ jobs:
token: ${{ secrets.TG_INTERNAL_BOT_TOKEN }}
format: markdown
message: |
[${{ github.actor }}](https://github.com/${{ github.actor }}) created a commit on [${{ github.repository }}](https://github.com/${{ github.repository }})
*Commit message*:
${{ github.event.commits[0].message }}
[See changes](https://github.com/${{ github.repository }}/commit/${{github.sha}})
[New commit](https://github.com/${{ github.repository }}/commit/${{github.sha}}) to [${{ github.repository }}](https://github.com/${{ github.repository }}):
[${{github.sha}}](https://github.com/${{ github.repository }}/commit/${{github.sha}}): __${{ github.event.commits[0].message }}__ by [${{ github.actor }}](https://github.com/${{ github.actor }})