include debug option in slack notification

This commit is contained in:
Koichi Sasada 2020-05-26 23:20:36 +09:00
Родитель a809caa4b3
Коммит eb20d2f449
1 изменённых файлов: 1 добавлений и 1 удалений

2
.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]