tg
CI / build (20.15.1) (push) Has been cancelled

This commit is contained in:
2025-09-28 19:48:57 -07:00
parent 96aa507f77
commit ccfd5be59f
+4 -4
View File
@@ -724,10 +724,10 @@ jobs:
# 步骤5: TG通知 (成功)
- name: 📱 发送成功通知到Telegram
if: success()
uses: chapvic/telegram-notify@master
uses: appleboy/telegram-action@master
with:
token: ${{ env.TELEGRAM_BOT_TOKEN }}
chat: ${{ env.TELEGRAM_CHAT_ID }}
to: ${{ env.TELEGRAM_CHAT_ID }}
message: |
✅ **部署成功!**
@@ -746,10 +746,10 @@ jobs:
# 步骤5: TG通知 (失败)
- name: 📱 发送失败通知到Telegram
if: failure()
uses: chapvic/telegram-notify@master
uses: appleboy/telegram-action@master
with:
token: ${{ env.TELEGRAM_BOT_TOKEN }}
chat: ${{ env.TELEGRAM_CHAT_ID }}
to: ${{ env.TELEGRAM_CHAT_ID }}
message: |
❌ **部署失败!**