diff --git a/.github/workflows/govulncheck.yml b/.github/workflows/govulncheck.yml index 1c9e488de..8376cbc4f 100644 --- a/.github/workflows/govulncheck.yml +++ b/.github/workflows/govulncheck.yml @@ -27,8 +27,9 @@ jobs: payload: > { "attachments": [{ - "text": "${{ job.status }}: ${{ github.workflow }} - () of ${{ github.repository }}@${{ github.ref_name }} by ${{ github.event.head_commit.committer.name }}", + "title": "${{ job.status }}: ${{ github.workflow }}", + "title_link": "https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks", + "text": "${{ github.repository }}@${{ github.sha }}", "color": "danger" }] }