1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix a broken Slack notification

The matrix doesn't have `os`.
This commit is contained in:
Takashi Kokubun 2022-09-21 13:38:42 +09:00
parent 7060b23ffa
commit 1ad1f07306
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

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