Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b290602

Browse files
authoredApr 16, 2025··
ci: Post correct link to discord about flaky failures.
Previously it linked to iroh's flaky.yaml actions. This updates it to link to the iroh-blobs repository.
1 parent d2ff3b1 commit b290602

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
@@ -87,7 +87,7 @@ jobs:
8787
echo "$failure" >> $GITHUB_OUTPUT
8888
done
8989
echo "" >> $GITHUB_OUTPUT
90-
echo "See https://github.com/n0-computer/iroh/actions/workflows/flaky.yaml" >> $GITHUB_OUTPUT
90+
echo "See https://github.com/n0-computer/iroh-blobs/actions/workflows/flaky.yaml" >> $GITHUB_OUTPUT
9191
echo "$EOF" >> $GITHUB_OUTPUT
9292
- name: Notify discord on failure
9393
uses: n0-computer/discord-webhook-notify@v1

0 commit comments

Comments
 (0)
Please sign in to comment.