Skip to content

Commit 133b648

Browse files
committed
Format with the organization name, too
This aligns this PR with the main iroh repo PR.
1 parent 39c0842 commit 133b648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flaky.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: n0-computer/discord-webhook-notify@v1
9494
if: ${{ env.TESTS_RESULT == 'failure' || env.TESTS_RESULT == 'success' }}
9595
with:
96-
text: "Flaky tests in **${{ github.event.repository.name }}**:"
96+
text: "Flaky tests in **${{ github.repository }}**:"
9797
severity: ${{ env.TESTS_RESULT == 'failure' && 'warn' || 'info' }}
9898
details: ${{ env.TESTS_RESULT == 'failure' && steps.make_summary.outputs.summary || 'No flaky failures!' }}
9999
webhookUrl: ${{ secrets.DISCORD_N0_GITHUB_CHANNEL_WEBHOOK_URL }}

0 commit comments

Comments
 (0)