1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

include debug option in slack notification

This commit is contained in:
Koichi Sasada 2020-05-26 23:20:36 +09:00
parent a809caa4b3
commit eb20d2f449

View file

@ -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]