aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-11-12 23:04:25 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2019-11-12 23:04:25 -0800
commitbdf71a3ef032ed4675a6f3217cf5c9efb062c0b1 (patch)
treea6f08ac15f5e1525ccc5b8a17607c47360b62531 /.github
parent57dc3ff73dcc5ef5ca080e841db58862c89b03d8 (diff)
downloadruby-bdf71a3ef032ed4675a6f3217cf5c9efb062c0b1.tar.gz
Fix MJIT test's Slack notification
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mjit.yml2
1 files changed, 1 insertions, 1 deletions
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}}: <https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks|${{ matrix.os }} / ${{ matrix.test_task }}> " +
+ "text": "${{ job.status}}: <https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks|MJIT / ${{ matrix.jit_opts }}> " +
"(<https://github.com/${{ github.repository }}/commit/${{ github.sha }}|" + "${{ github.sha }}".substring(0, 10) + ">) " +
"of ${{ github.repository }}@" + "${{ github.ref }}".split('/').reverse()[0] + " by ${{ github.event.head_commit.committer.name }}",
"color": "danger"