From 619597a7d4f19c38e9024b5c5df299516ebf0655 Mon Sep 17 00:00:00 2001 From: xiaofangqing Date: Fri, 20 Mar 2026 09:35:31 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E9=80=9A=E7=9F=A5Action=E7=9A=84=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=BC=95=E7=94=A8=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 0775122..1cf6110 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: echo "START_TIME=$START_TIME" >> $GITHUB_ENV - name: 通知-构建开始 - uses: https://gitea.com/seepine/action-wechat-work.git@v1.0.8 + uses: https://gitea.com/seepine/action-wechat-work.git@1.0.8 env: WECHAT_WORK_BOT_WEBHOOK: ${{ secrets.WECOM_WEBHOOK_KEY }} with: @@ -87,7 +87,7 @@ jobs: - name: 通知-构建成功 if: ${{ success() }} - uses: https://gitea.com/seepine/action-wechat-work.git@v1.0.8 + uses: https://gitea.com/seepine/action-wechat-work.git@1.0.8 env: WECHAT_WORK_BOT_WEBHOOK: ${{ secrets.WECOM_WEBHOOK_KEY }} with: @@ -132,7 +132,7 @@ jobs: - name: 通知-构建失败 if: ${{ failure() }} - uses: https://gitea.com/seepine/action-wechat-work.git@v1.0.8 + uses: https://gitea.com/seepine/action-wechat-work.git@1.0.8 env: WECHAT_WORK_BOT_WEBHOOK: ${{ secrets.WECOM_WEBHOOK_KEY }} with: