Skip to content

Commit 3597e84

Browse files
committed
tweak URL for discord notification
1 parent 9069396 commit 3597e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
if:
4747
env.DISCORD_WEBHOOK != null
4848
with:
49-
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 }}.'
49+
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 }}>'

0 commit comments

Comments
 (0)