Update deploy.yml
parent
6d3accc520
commit
ae304c112b
|
|
@ -29,3 +29,11 @@ jobs:
|
|||
git add -A
|
||||
git commit -m "Build through github action"
|
||||
git push -f "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git" master:gh-pages
|
||||
|
||||
- name: 推送到企微
|
||||
uses: appnify/action-wechat-work@master
|
||||
env:
|
||||
WECHAT_WORK_BOT_WEBHOOK: ${{secrets.WECHAT_WORK_BOT_WEBHOOK}}
|
||||
with:
|
||||
msgtype: text
|
||||
content: "推送通知\n\n已有提交推送到仓库,请关注构建结果。"
|
||||
|
|
|
|||
Loading…
Reference in New Issue