parent
1c85a4abef
commit
94004069cb
@ -111,6 +111,7 @@ jobs:
|
||||
title: ✅ 构建成功
|
||||
message: "${{ gitea.repository }} 构建成功 · 分支: ${{ gitea.ref }} · 提交: ${{ gitea.sha }}"
|
||||
footer: "触发者: ${{ gitea.actor }}"
|
||||
parse_mode: HTML
|
||||
|
||||
- name: Notify failure to Telegram
|
||||
uses: chapvic/telegram-notify@master
|
||||
@ -122,3 +123,4 @@ jobs:
|
||||
title: ❌ 构建失败
|
||||
message: "${{ gitea.repository }} 构建失败 · 分支: ${{ gitea.ref }} · 提交: ${{ gitea.sha }}"
|
||||
footer: "触发者: ${{ gitea.actor }}"
|
||||
parse_mode: HTML
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user