diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cfa25f5bd..541f69080 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -462,6 +462,6 @@ jobs: webhook_id: ${{ secrets.DISCORD_ID }} webhook_token: ${{ secrets.DISCORD_TOKEN }} message: | - > `${{ github.ref }}` - > :${{ env.emoji }}: **${{ env.result }}** (triggered by ${{ github.event_name }}) + > :${{ env.emoji }}: `${{ github.ref }}` + > **${{ env.result }}** (triggered by ${{ github.event_name }}) >