Skip to content

Commit

Permalink
Update CI wording (#14586)
Browse files Browse the repository at this point in the history
We want to include a link to the build.
  • Loading branch information
philipp-spiess authored Oct 3, 2024
1 parent 39e108d commit 42fdafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ jobs:
uses: discord-actions/message@v2
with:
webhookUrl: ${{ secrets.DISCORD_WEBHOOK_URL }}
message: 'Oh noes! A build on `next` failed!'
message: 'The [most recent build](<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>) on the `next` branch has failed.'

0 comments on commit 42fdafa

Please sign in to comment.