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:
parent
a809caa4b3
commit
eb20d2f449
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue