mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Include workflow name in a notification of Compilations
This commit is contained in:
parent
6ecef1199e
commit
e0037997d9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/compilers.yml
vendored
2
.github/workflows/compilers.yml
vendored
|
@ -191,7 +191,7 @@ jobs:
|
||||||
payload: |
|
payload: |
|
||||||
{
|
{
|
||||||
"ci": "GitHub Actions",
|
"ci": "GitHub Actions",
|
||||||
"env": "${{ matrix.entry.name }}",
|
"env": "${{ github.workflow }} / ${{ matrix.entry.name }}",
|
||||||
"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…
Reference in a new issue