From 1ad1f07306abc1ade6d8865fea0695771e676af3 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 21 Sep 2022 13:38:42 +0900 Subject: [PATCH] Fix a broken Slack notification The matrix doesn't have `os`. --- .github/workflows/yjit-ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml index 3c0d5c046c..ae108d72a5 100644 --- a/.github/workflows/yjit-ubuntu.yml +++ b/.github/workflows/yjit-ubuntu.yml @@ -136,7 +136,7 @@ jobs: payload: | { "ci": "GitHub Actions", - "env": "${{ matrix.os }} / ${{ matrix.test_task }}${{ matrix.configure }}", + "env": "${{ github.workflow }} / ${{ matrix.test_task }} ${{ matrix.configure }}", "url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}", "commit": "${{ github.sha }}", "branch": "${{ github.ref }}".split('/').reverse()[0]