ruby-changes:61385
From: Koichi <ko1@a...>
Date: Tue, 26 May 2020 23:29:22 +0900 (JST)
Subject: [ruby-changes:61385] eb20d2f449 (master): include debug option in slack notification
https://git.ruby-lang.org/ruby.git/commit/?id=eb20d2f449 From eb20d2f449d299b9281abd2426878deeb8ebcdad Mon Sep 17 00:00:00 2001 From: Koichi Sasada <ko1@a...> Date: Tue, 26 May 2020 23:20:36 +0900 Subject: include debug option in slack notification diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index e363d2f..a98c8e5 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -72,7 +72,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L72 payload: | { "ci": "GitHub Actions", - "env": "${{ matrix.os }} / ${{ matrix.test_task }}", + "env": "${{ matrix.os }} / ${{ matrix.test_task }}${{ matrix.debug }}", "url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}", "commit": "${{ github.sha }}", "branch": "${{ github.ref }}".split('/').reverse()[0] -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/