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 39c0842 commit 133b648Copy full SHA for 133b648
.github/workflows/flaky.yaml
@@ -93,7 +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.event.repository.name }}**:"
+ 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