зеркало из https://github.com/github/ruby.git
Include workflow name in a notification of Compilations
This commit is contained in:
Родитель
6ecef1199e
Коммит
e0037997d9
|
@ -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]
|
||||
|
|
Загрузка…
Ссылка в новой задаче