ruby-changes:70632
From: Takashi <ko1@a...>
Date: Tue, 28 Dec 2021 16:36:08 +0900 (JST)
Subject: [ruby-changes:70632] 63358581bc (master): Fix weird MinGW failure notifications
https://git.ruby-lang.org/ruby.git/commit/?id=63358581bc From 63358581bca80c7a885228ac841b0ae9c4ca11b5 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Mon, 27 Dec 2021 23:35:12 -0800 Subject: Fix weird MinGW failure notifications It's been "MinGW / Array", but it will be "MinGW MINGW64 / check" or "MinGW UCRT64 / check" by this. --- .github/workflows/mingw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 0d7eef67c07..8efedae88b6 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -133,7 +133,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mingw.yml#L133 payload: | { "ci": "GitHub Actions", - "env": "${{ github.workflow }} / ${{ matrix.test_task }}", + "env": "${{ github.workflow }} ${{ matrix.msystem }} / ${{ join(matrix.test_task) }}", "url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}", "commit": "${{ github.sha }}", "branch": "${{ github.ref }}".split('/').reverse()[0] -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/