This commit is contained in:
shanshanzhong 2025-09-25 09:32:47 -07:00
parent 6df5f6a8db
commit cc2f715e77

View File

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