File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 7272 severity : error
7373 username : Github Actions
7474 color : " #D01124"
75- description : Tests are currently failing.
76- details : |
77-
78- Run: ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}
79- footer : ${GITHUB_SHA::8}
75+ description : " Tests are currently failing on PHP ${{ matrix.php }}."
76+ details : " https://github.com/${{ env.GITHUB_REPOSITORY }}/actions/runs/${{ env.GITHUB_RUN_ID }}"
77+ footer : " PHP ${{ matrix.php}} (${{ env.GITHUB_SHA }})"
8078 webhookUrl : ${{ secrets.DISCORD_WEBHOOK }}
8179 - name : notify discord
8280 if : ${{ success() }}
8583 severity : info
8684 username : Github Actions
8785 color : " #0F8513"
88- description : Tests passed.
89- details : |
90-
91- Run: ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}
92- footer : ${GITHUB_SHA::8}
86+ description : Tests passing
87+ details : " https://github.com/${{ env.GITHUB_REPOSITORY }}/actions/runs/${{ env.GITHUB_RUN_ID }}"
88+ footer : " PHP ${{ matrix.php}} (${{ env.GITHUB_SHA }})"
9389 webhookUrl : ${{ secrets.DISCORD_WEBHOOK }}
You can’t perform that action at this time.
0 commit comments