зеркало из https://github.com/github/ruby.git
include debug option in slack notification
This commit is contained in:
Родитель
a809caa4b3
Коммит
eb20d2f449
|
@ -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]
|
||||
|
|
Загрузка…
Ссылка в новой задаче