This commit is contained in:
shanshanzhong 2025-09-25 09:34:46 -07:00
parent cc2f715e77
commit bad2843bfb

View File

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