diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e6de71ee80..045beb0b23 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -66,7 +66,7 @@ jobs: payload: | { "attachments": [{ - "text": "${{ job.status }}: ${{ matrix.os }} / ${{ matrix.test_task }} " + + "text": "${{ job.status }}: ${{ github.workflow }} / ${{ matrix.test_task }} " + "() " + "of ${{ github.repository }}@" + "${{ github.ref }}".split('/').reverse()[0] + " by ${{ github.event.head_commit.committer.name }}", "color": "danger" diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml index e4147ba2bf..73b242be19 100644 --- a/.github/workflows/mjit.yml +++ b/.github/workflows/mjit.yml @@ -67,7 +67,7 @@ jobs: payload: | { "attachments": [{ - "text": "${{ job.status }}: MJIT / ${{ matrix.jit_opts }} " + + "text": "${{ job.status }}: ${{ github.workflow }} / ${{ matrix.jit_opts }} " + "() " + "of ${{ github.repository }}@" + "${{ github.ref }}".split('/').reverse()[0] + " by ${{ github.event.head_commit.committer.name }}", "color": "danger"