From 5963504f6b8bf3d85244672275f1e6283d3f3d72 Mon Sep 17 00:00:00 2001 From: t3hn3rd Date: Sun, 23 Mar 2025 00:48:31 +0000 Subject: [PATCH] More attempts at format fixes Formatting still off, condensing to one line to see if the escaped newlines will work. YAML is wild. --- .drone.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.drone.yml b/.drone.yml index bda42d0f..99be1dd5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -62,18 +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}}`\n - Branch: `{{commit.branch}}`\n - Commit: `{{commit.sha}} ({{commit.link}})`\n - Author: `{{commit.author}} <{{commit.email}}>`\n - Message: - ```\n - {{commit.message}}\n - ``` \ No newline at end of file + 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