From 818708edab6e950a8c1828816b73d36f05585f9f Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 22 Nov 2019 14:22:33 -0800 Subject: Stop using undefined matrix.os for macOS and use github.workflow instead. Applied a similar change to MJIT too. --- .github/workflows/macos.yml | 2 +- .github/workflows/mjit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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" -- cgit v1.2.3