This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
|||||||
echo "START_TIME=$START_TIME" >> $GITHUB_ENV
|
echo "START_TIME=$START_TIME" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: 通知-构建开始
|
- 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:
|
env:
|
||||||
WECHAT_WORK_BOT_WEBHOOK: ${{ secrets.WECOM_WEBHOOK_KEY }}
|
WECHAT_WORK_BOT_WEBHOOK: ${{ secrets.WECOM_WEBHOOK_KEY }}
|
||||||
with:
|
with:
|
||||||
@@ -87,7 +87,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 通知-构建成功
|
- name: 通知-构建成功
|
||||||
if: ${{ success() }}
|
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:
|
env:
|
||||||
WECHAT_WORK_BOT_WEBHOOK: ${{ secrets.WECOM_WEBHOOK_KEY }}
|
WECHAT_WORK_BOT_WEBHOOK: ${{ secrets.WECOM_WEBHOOK_KEY }}
|
||||||
with:
|
with:
|
||||||
@@ -132,7 +132,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 通知-构建失败
|
- name: 通知-构建失败
|
||||||
if: ${{ failure() }}
|
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:
|
env:
|
||||||
WECHAT_WORK_BOT_WEBHOOK: ${{ secrets.WECOM_WEBHOOK_KEY }}
|
WECHAT_WORK_BOT_WEBHOOK: ${{ secrets.WECOM_WEBHOOK_KEY }}
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user