Update notify.yml
This commit is contained in:
parent
49cbd39a88
commit
caaf055e58
1 changed files with 5 additions and 3 deletions
8
.github/workflows/notify.yml
vendored
8
.github/workflows/notify.yml
vendored
|
@ -10,8 +10,10 @@ jobs:
|
|||
with:
|
||||
to: ${{ secrets.TELEGRAM_TO }}
|
||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||
disable_web_page_preview: true
|
||||
format: html
|
||||
message: |
|
||||
${{ github.actor }} created commit:
|
||||
Commit message: ${{ github.event.commits[0].message }}
|
||||
<b>🛠 ${{ github.actor }} created commit</b> (<code>${{github.sha}}</code>)
|
||||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue