From bdf71a3ef032ed4675a6f3217cf5c9efb062c0b1 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 12 Nov 2019 23:04:25 -0800 Subject: Fix MJIT test's Slack notification --- .github/workflows/mjit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml index 39a05ae419..3e648fa941 100644 --- a/.github/workflows/mjit.yml +++ b/.github/workflows/mjit.yml @@ -66,7 +66,7 @@ jobs: payload: | { "attachments": [{ - "text": "${{ job.status}}: " + + "text": "${{ job.status}}: " + "() " + "of ${{ github.repository }}@" + "${{ github.ref }}".split('/').reverse()[0] + " by ${{ github.event.head_commit.committer.name }}", "color": "danger" -- cgit v1.2.3