We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf747e commit f594e75Copy full SHA for f594e75
.github/workflows/main.yml
@@ -46,4 +46,4 @@ jobs:
46
if:
47
env.DISCORD_WEBHOOK != null
48
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 }}.'
+ 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