parent
bd4091524e
commit
95f614a51e
@ -726,8 +726,8 @@ jobs:
|
|||||||
if: success()
|
if: success()
|
||||||
uses: chapvic/telegram-notify@master
|
uses: chapvic/telegram-notify@master
|
||||||
with:
|
with:
|
||||||
bot_token: ${{ env.TELEGRAM_BOT_TOKEN }}
|
token: ${{ env.TELEGRAM_BOT_TOKEN }}
|
||||||
chat_id: ${{ env.TELEGRAM_CHAT_ID }}
|
chat: ${{ env.TELEGRAM_CHAT_ID }}
|
||||||
message: |
|
message: |
|
||||||
✅ **部署成功!**
|
✅ **部署成功!**
|
||||||
|
|
||||||
@ -748,8 +748,8 @@ jobs:
|
|||||||
if: failure()
|
if: failure()
|
||||||
uses: chapvic/telegram-notify@master
|
uses: chapvic/telegram-notify@master
|
||||||
with:
|
with:
|
||||||
bot_token: ${{ env.TELEGRAM_BOT_TOKEN }}
|
token: ${{ env.TELEGRAM_BOT_TOKEN }}
|
||||||
chat_id: ${{ env.TELEGRAM_CHAT_ID }}
|
chat: ${{ env.TELEGRAM_CHAT_ID }}
|
||||||
message: |
|
message: |
|
||||||
❌ **部署失败!**
|
❌ **部署失败!**
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user