tg
Some checks failed
CI / build (20.15.1) (push) Has been cancelled

This commit is contained in:
shanshanzhong 2025-09-26 04:58:24 -07:00
parent d81cdfe789
commit fd711a22c8

View File

@ -374,7 +374,7 @@ jobs:
chat: ${{ env.TELEGRAM_CHAT_ID }} chat: ${{ env.TELEGRAM_CHAT_ID }}
status: ${{ job.status }} status: ${{ job.status }}
title: ✅ 构建成功 title: ✅ 构建成功
message: "${{ gitea.repository }} 构建成功" message: 构建成功
footer: "触发者: ${{ gitea.actor }}" footer: "触发者: ${{ gitea.actor }}"
- name: Notify failure to Telegram - name: Notify failure to Telegram
@ -385,5 +385,5 @@ jobs:
chat: ${{ env.TELEGRAM_CHAT_ID }} chat: ${{ env.TELEGRAM_CHAT_ID }}
status: ${{ job.status }} status: ${{ job.status }}
title: ❌ 构建失败 title: ❌ 构建失败
message: "${{ gitea.repository }} 构建失败" message: 构建失败
footer: "触发者: ${{ gitea.actor }}" footer: "触发者: ${{ gitea.actor }}"