summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2020-05-26 23:20:36 +0900
committerKoichi Sasada <ko1@atdot.net>2020-05-26 23:20:36 +0900
commiteb20d2f449d299b9281abd2426878deeb8ebcdad (patch)
tree725a0b1425941421a18d7977639dda4978d3f3db /.github
parenta809caa4b3f9fc5503c0e81cdb02c167d1ad1dee (diff)
include debug option in slack notification
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index e363d2f615..a98c8e5f01 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -72,7 +72,7 @@ jobs:
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]