From c842d9774fbe5ac6dae40d0bc1551586823102c7 Mon Sep 17 00:00:00 2001 From: t3hn3rd Date: Sun, 23 Mar 2025 00:59:36 +0000 Subject: [PATCH] Formatting Fixed - Enchancing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Formatting is now fixed & newlines are working correctly, shame the YAML looks w?*! 🤣 - Added sections to the message for links to Gitea & Drone. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 99be1dd5..db867ad8 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: "**Drone CI - 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}} ({{commit.link}})`\nAuthor: `{{commit.author}} <{{commit.email}}>`\nMessage: ```\n{{commit.message}}\n```" \ No newline at end of file + 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