diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b31cdf0..4444cbb2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,4 +46,4 @@ jobs: if: env.DISCORD_WEBHOOK != null with: - args: 'Build complete for project {{ EVENT_PAYLOAD.repository.full_name }} (Minecraft ${{ steps.mod_meta.outputs.mc_version}}): ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}.' + args: 'Build complete for project {{ EVENT_PAYLOAD.repository.full_name }} (Minecraft ${{ steps.mod_meta.outputs.mc_version}}): <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>'