Update notify-telegram.yml
This commit is contained in:
parent
f8777a053f
commit
6eb7b3dcbe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/notify-telegram.yml
vendored
2
.github/workflows/notify-telegram.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
- name: send telegram message on push
|
- name: send telegram message on push
|
||||||
uses: appleboy/telegram-action@master
|
uses: appleboy/telegram-action@master
|
||||||
with:
|
with:
|
||||||
to: ${{ secrets.TELEGRAM_TO }}
|
to: ${{ secrets.GROUP_ID }}
|
||||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||||
format: markdown
|
format: markdown
|
||||||
message: |
|
message: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue