File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 6565 env :
6666 TESTING_DB_PORT : ${{ job.services.mysql.ports[3306] }}
6767 TESTING_DB_USERNAME : root
68- - name : notify discord
69- if : ${{ failure() }}
70- uses : rjstone/discord-webhook-notify@v1
71- with :
72- severity : error
73- username : Github Actions
74- color : " #D01124"
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 }})"
78- webhookUrl : ${{ secrets.DISCORD_WEBHOOK }}
79- - name : notify discord
80- if : ${{ success() }}
81- uses : rjstone/discord-webhook-notify@v1
82- with :
83- severity : info
84- username : Github Actions
85- color : " #0F8513"
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 }})"
89- webhookUrl : ${{ secrets.DISCORD_WEBHOOK }}
You can’t perform that action at this time.
0 commit comments