This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user