Skip to content

Commit 5cacccb

Browse files
authoredJan 20, 2025··
ci: Fix URL to beta workflow (#50)
## Description <!-- A summary of what this pull request achieves and a rough list of changes. --> ## Breaking Changes <!-- Optional, if there are any breaking changes document them, including how to migrate older code. --> ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist - [x] Self-review. - [x] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [x] Tests if relevant. - [x] All breaking changes documented.
1 parent 030420e commit 5cacccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/beta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
severity: error
3939
details: |
4040
Rustc beta tests failed in **${{ github.repository }}**
41-
See https://github.com/n0-computer/${{ github.repository }}/actions/workflows/beta.yaml
41+
See https://github.com/${{ github.repository }}/actions/workflows/beta.yaml
4242
webhookUrl: ${{ secrets.DISCORD_N0_GITHUB_CHANNEL_WEBHOOK_URL }}
4343

0 commit comments

Comments
 (0)
Please sign in to comment.