Include workflow name in a notification of Compilations

This commit is contained in:
Takashi Kokubun 2020-06-23 23:56:01 -07:00
Родитель 6ecef1199e
Коммит e0037997d9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 6FFC433B12EE23DD
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/compilers.yml поставляемый
Просмотреть файл

@ -191,7 +191,7 @@ jobs:
payload: |
{
"ci": "GitHub Actions",
"env": "${{ matrix.entry.name }}",
"env": "${{ github.workflow }} / ${{ matrix.entry.name }}",
"url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}",
"commit": "${{ github.sha }}",
"branch": "${{ github.ref }}".split('/').reverse()[0]