ci: 更新微信工作通知Action的版本引用格式
Some checks failed
deploy & notify / build (push) Failing after 34s

This commit is contained in:
xiaofangqing
2026-03-20 09:35:31 +08:00
parent 0ca7785cdf
commit 619597a7d4

View File

@@ -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: