Merge pull request #4163 from Dokploy/fix/slack-notification-mrkdwn

fix: replace deprecated Slack actions with mrkdwn link field
This commit is contained in:
Mauricio Siu 2026-04-05 13:46:00 -06:00 committed by GitHub
commit f700017ccf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -246,6 +246,7 @@ export const sendBuildErrorNotifications = async ({
short: false,
},
],
mrkdwn_in: ["fields"],
},
],
});

View File

@ -262,6 +262,7 @@ export const sendBuildSuccessNotifications = async ({
short: false,
},
],
mrkdwn_in: ["fields"],
},
],
});