edit workflow
This commit is contained in:
1
.github/workflows/tg-send.yml
vendored
1
.github/workflows/tg-send.yml
vendored
@@ -13,6 +13,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
to: ${{ secrets.TELEGRAM_TO }}
|
to: ${{ secrets.TELEGRAM_TO }}
|
||||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||||
|
disable_web_page_preview: true
|
||||||
message: |
|
message: |
|
||||||
${{ github.event.repository.name }}
|
${{ github.event.repository.name }}
|
||||||
${{ github.event.release.body }}
|
${{ github.event.release.body }}
|
||||||
|
|||||||
Reference in New Issue
Block a user