From 2691443667dedffa1cbb26ab046555a89ddc4ef9 Mon Sep 17 00:00:00 2001 From: Des Herriott Date: Sun, 29 Dec 2024 13:32:13 +0000 Subject: [PATCH] url tweak for CI/discord notification --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cecf4f5dd..50a339b41 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,4 +44,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 }}.' \ No newline at end of file + 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 }}>' \ No newline at end of file