diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0c58af08ef0d5b38d78e5991477e72db566b4bf6..635a5ebf1aa402d3a3007d3ab8f665bddc32ebee 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -52,7 +52,7 @@ jobs: # - name: Coverage # run: bash <(curl -s https://codecov.io/bash) - - name: DingDing Notify Action + - name: DingTalk Message Notify # You may pin to the exact commit or the version. # uses: zcong1993/actions-ding@2a68a4d06ed966d2e5c28178e7187c107ec57862 uses: zcong1993/actions-ding@v3.0.1 @@ -66,6 +66,6 @@ jobs: "msgtype": "markdown", "markdown": { "title": "Github Actions", - "text": "- name: CI \n - repository: ${{ github.repository }} \n - trigger: ${{ github.actor }}" + "text": "## Github Actions \n - name: CI \n - repository: ${{ github.repository }} \n - trigger: ${{ github.actor }} \n - sha: ${{ github.sha }} \n - ref: ${{ github.ref }} \n - status: ${{ job.status }} \n - environment: ${{ os }}" } }