Fix MJIT test's Slack notification

This commit is contained in:
Takashi Kokubun 2019-11-12 23:04:25 -08:00
parent 57dc3ff73d
commit bdf71a3ef0
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

View File

@ -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"