More attempts at format fixes
All checks were successful
continuous-integration/drone/push Build is passing

Formatting still off, condensing to one line to see if the escaped newlines will work. YAML is wild.
This commit is contained in:
t3hn3rd 2025-03-23 00:48:31 +00:00
parent e64a59714a
commit 5963504f6b

View File

@ -62,18 +62,4 @@ steps:
from_secret: discord_webhook_id from_secret: discord_webhook_id
webhook_token: webhook_token:
from_secret: discord_webhook_secret from_secret: discord_webhook_secret
message: > 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```"
**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
```