This commit is contained in:
parent
bad2843bfb
commit
4745f230b2
@ -70,7 +70,7 @@ jobs:
|
|||||||
status: ${{ job.status }}
|
status: ${{ job.status }}
|
||||||
title: ✅ 构建成功
|
title: ✅ 构建成功
|
||||||
message: "${{ gitea.repository }} 构建成功 · 分支: ${{ gitea.ref }} · 提交: ${{ gitea.sha }}"
|
message: "${{ gitea.repository }} 构建成功 · 分支: ${{ gitea.ref }} · 提交: ${{ gitea.sha }}"
|
||||||
footer: 触发者: ${{ gitea.actor }}
|
footer: "触发者: ${{ gitea.actor }}"
|
||||||
|
|
||||||
- name: Notify failure to Telegram
|
- name: Notify failure to Telegram
|
||||||
uses: chapvic/telegram-notify@master
|
uses: chapvic/telegram-notify@master
|
||||||
@ -81,4 +81,4 @@ jobs:
|
|||||||
status: ${{ job.status }}
|
status: ${{ job.status }}
|
||||||
title: ❌ 构建失败
|
title: ❌ 构建失败
|
||||||
message: "${{ gitea.repository }} 构建失败 · 分支: ${{ gitea.ref }} · 提交: ${{ gitea.sha }}"
|
message: "${{ gitea.repository }} 构建失败 · 分支: ${{ gitea.ref }} · 提交: ${{ gitea.sha }}"
|
||||||
footer: 触发者: ${{ gitea.actor }}
|
footer: "触发者: ${{ gitea.actor }}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user