diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3d7604c4..a9f276b8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,4 +31,4 @@ jobs: uses: joelwmale/webhook-action@1.0.0 env: WEBHOOK_URL: ${{ secrets.Dingding_WEBHOOK_URL }} - data: "{'deployment': 'finished', 'project': 'actions'}" + data: "{'msgtype': 'text', 'text': { 'content': 'build complated' } }"