feature/drone-discord-webhooks #7

Merged
t3hn3rd merged 5 commits from feature/drone-discord-webhooks into develop 2025-03-23 15:21:59 +00:00
Showing only changes of commit 2d7c51ed15 - Show all commits

View File

@ -62,4 +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: "**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}}" 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}}"