diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index abc8cff36c8153af508d65d2607ab44da87ebf59..d96ec65fb17e6c7ff5a20f3bdfa6cb1221271713 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -66,6 +66,6 @@ jobs: "msgtype": "markdown", "markdown": { "title": "Github Actions", - "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: ${{ runner.os }}" + "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 }}" } }