mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Include workflow name in a notification of Compilations
This commit is contained in:
parent
6ecef1199e
commit
e0037997d9
2
.github/workflows/compilers.yml
vendored
2
.github/workflows/compilers.yml
vendored
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user