We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b99139 commit 9819062Copy full SHA for 9819062
.github/workflows/test_common.yml
@@ -141,3 +141,13 @@ jobs:
141
cat $GITHUB_STEP_SUMMARY
142
echo EOF
143
} >> $GITHUB_ENV
144
+
145
+ - name: Send report to Discord
146
+ uses: rjstone/discord-webhook-notify@v1
147
+ if: always() && env.CALLER != 'manual'
148
+ with:
149
+ severity: ${{ job.status == 'success' && 'info' || 'error' }}
150
+ username: ${{ github.workflow }}
151
+ description: "## Job Result: ${{ job.status }}"
152
+ details: ${{ env.JOB_SUMMARY }}
153
+ webhookUrl: ${{ secrets.DISCORD_TEST_REPORTS_WH }}
0 commit comments