From 66dd00b110dfb71904d52c632c07f195c95545b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=9D=E5=BC=B9?= <810335188@qq.com> Date: Tue, 16 Jan 2024 09:26:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 64a289f..1cc1015 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,4 +50,4 @@ jobs: WECHAT_WORK_BOT_WEBHOOK: ${{secrets.WECHAT_WORK_BOT_WEBHOOK}} with: msgtype: text - content: "推送通知\n\n提交消息:${{ steps.exec_cmd.outputs.msg }}\n提交哈希:${{ github.sha }}\n\n提醒:已有提交推送到仓库,请关注构建结果。" + content: "推送通知\n\n仓库:${{ github.repository }}\n提交者:${{ github.actor }}提交消息:${{ steps.exec_cmd.outputs.msg }}\n提交哈希:${{ github.ref_name }}\n\n提醒:已有提交推送到仓库,请关注构建结果。"