init
Some checks failed
CI / build (20.15.1) (push) Failing after 17m48s

This commit is contained in:
shanshanzhong 2025-09-25 09:35:56 -07:00
parent bad2843bfb
commit 4745f230b2

View File

@ -70,7 +70,7 @@ jobs:
status: ${{ job.status }}
title: ✅ 构建成功
message: "${{ gitea.repository }} 构建成功 · 分支: ${{ gitea.ref }} · 提交: ${{ gitea.sha }}"
footer: 触发者: ${{ gitea.actor }}
footer: "触发者: ${{ gitea.actor }}"
- name: Notify failure to Telegram
uses: chapvic/telegram-notify@master
@ -81,4 +81,4 @@ jobs:
status: ${{ job.status }}
title: ❌ 构建失败
message: "${{ gitea.repository }} 构建失败 · 分支: ${{ gitea.ref }} · 提交: ${{ gitea.sha }}"
footer: 触发者: ${{ gitea.actor }}
footer: "触发者: ${{ gitea.actor }}"