Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DefiedParty authored Mar 2, 2024
1 parent a7bf97a commit 9132ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Send start notification to WeCom
uses: distributhor/workflow-webhook@v1
with:
url: ${{ secrets.WECHAT_WEBHOOK_URL }}
webhook_url: ${{ secrets.WECHAT_WEBHOOK_URL }}
data: '{"msgtype":"text","text":{"content":"NYIST/netboot 测试构建已开始🚀"}}'

- name: Build the Docker image
Expand All @@ -44,5 +44,5 @@ jobs:
- name: Send end notification to WeCom
uses: distributhor/workflow-webhook@v1
with:
url: ${{ secrets.WECHAT_WEBHOOK_URL }}
webhook_url: ${{ secrets.WECHAT_WEBHOOK_URL }}
data: '{"msgtype":"text","text":{"content":"NYIST/netboot 测试构建成功✨"}}'

0 comments on commit 9132ef3

Please sign in to comment.