1
0
Fork 0
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:
Takashi Kokubun 2020-06-23 23:56:01 -07:00
parent 6ecef1199e
commit e0037997d9
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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]