tg
Some checks failed
CI / build (20.15.1) (push) Failing after 21m21s

This commit is contained in:
shanshanzhong 2025-09-26 02:14:40 -07:00
parent 993c6d8870
commit 394727ccdb

View File

@ -301,7 +301,6 @@ jobs:
title: ✅ 构建成功 title: ✅ 构建成功
message: "${{ gitea.repository }} 构建成功" message: "${{ gitea.repository }} 构建成功"
footer: "触发者: ${{ gitea.actor }}" footer: "触发者: ${{ gitea.actor }}"
parse_mode: HTML
- name: Notify failure to Telegram - name: Notify failure to Telegram
uses: chapvic/telegram-notify@master uses: chapvic/telegram-notify@master
@ -313,4 +312,3 @@ jobs:
title: ❌ 构建失败 title: ❌ 构建失败
message: "${{ gitea.repository }} 构建失败" message: "${{ gitea.repository }} 构建失败"
footer: "触发者: ${{ gitea.actor }}" footer: "触发者: ${{ gitea.actor }}"
parse_mode: HTML