We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9069396 commit 3597e84Copy full SHA for 3597e84
.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