diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index c90f6cbe8d5702ca1e236d54340c3e681f99eddb..3414fe985f1b2f7010ecd877bcea3d4731cfaeb7 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -74,6 +74,6 @@ jobs:
             "msgtype": "markdown",
             "markdown": {
                 "title": "Github Actions",
-                "text": "## Github Actions \n - name: CI \n - repository: ${{ github.repository }} \n - trigger: ${{ github.actor }} \n - ref: ${{ github.ref }} \n - status: ${{ job.status	}} \n - environment: ${{ runner.os }}"
+                "text": "## Github Actions \n - name: CI \n - repository: ${{ github.repository }} \n - trigger: ${{ github.actor }} \n - event: ${{ github.event_name }} \n - ref: ${{ github.ref }} \n - status: [${{ job.status	}}](https://github.com/sdttttt/dubbo-go/actions/runs/${{ github.run_id }}) \n - environment: ${{ runner.os }} \n - SHA: ${{ github.sha }}"
             }
           }