Skip to content

Commit ce939a2

Browse files
matheus23flub
andauthored
ci: Post correct link to discord about flaky failures. (#83)
## Description Previously it linked to iroh's flaky.yaml actions. This updates it to link to the iroh-blobs repository. ## Change checklist - [x] Self-review. --------- Co-authored-by: Floris Bruynooghe <[email protected]>
1 parent d2ff3b1 commit ce939a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flaky.yaml

+1-1
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/${{ github.repository }}/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)