include debug option in slack notification
This commit is contained in:
parent
a809caa4b3
commit
eb20d2f449
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
|||||||
payload: |
|
payload: |
|
||||||
{
|
{
|
||||||
"ci": "GitHub Actions",
|
"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 }}",
|
"url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}",
|
||||||
"commit": "${{ github.sha }}",
|
"commit": "${{ github.sha }}",
|
||||||
"branch": "${{ github.ref }}".split('/').reverse()[0]
|
"branch": "${{ github.ref }}".split('/').reverse()[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user