From 2d7c51ed15ae8bba9d2114e474eed30a6ee45fe9 Mon Sep 17 00:00:00 2001 From: t3hn3rd Date: Sun, 23 Mar 2025 01:14:28 +0000 Subject: [PATCH] Further formatting cleanups - Attempted to remove automatic discord embeds by surrounding any markdown links with `<` `>`. - Corrected some spacing. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index db867ad8..b4bfefec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -62,4 +62,4 @@ steps: from_secret: discord_webhook_id webhook_token: from_secret: discord_webhook_secret - message: "**Asuro Build**\n{{#success build.status}}✅ Build successful!\n{{else}}❌ Build failed!\n{{/success}}Repository: `{{repo.namespace}}/{{repo.name}}`\nBranch: `{{commit.branch}}`\nCommit: `{{commit.sha}}`\nGitea Diff: [Link]({{commit.link}})\nDrone Build: [Link]({{build.link}})\nAuthor: `{{commit.author}} <{{commit.email}}>`\nMessage: {{commit.message}}" \ No newline at end of file + message: "**Asuro Build**\n\n{{#success build.status}}✅ Build successful!\n\n{{else}}❌ Build failed!\n\n{{/success}}Repository: `{{repo.namespace}}/{{repo.name}}`\nBranch: `{{commit.branch}}`\nCommit: `{{commit.sha}}`\nAuthor: `{{commit.author}} <{{commit.email}}>`\n\nGitea Diff: [Link](<{{commit.link}}>)\nDrone Build: [Link](<{{build.link}}>)\n\nMessage: {{commit.message}}" \ No newline at end of file