We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5b778 commit b2e587dCopy full SHA for b2e587d
.github/workflows/flaky.yaml
@@ -93,6 +93,7 @@ jobs:
93
uses: n0-computer/discord-webhook-notify@v1
94
if: ${{ env.TESTS_RESULT == 'failure' || env.TESTS_RESULT == 'success' }}
95
with:
96
+ text: "Flaky tests in **${{ github.repository }}**:"
97
severity: ${{ env.TESTS_RESULT == 'failure' && 'warn' || 'info' }}
98
details: ${{ env.TESTS_RESULT == 'failure' && steps.make_summary.outputs.summary || 'No flaky failures!' }}
99
webhookUrl: ${{ secrets.DISCORD_N0_GITHUB_CHANNEL_WEBHOOK_URL }}
0 commit comments