mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
Merge pull request #4163 from Dokploy/fix/slack-notification-mrkdwn
fix: replace deprecated Slack actions with mrkdwn link field
This commit is contained in:
@@ -246,6 +246,7 @@ export const sendBuildErrorNotifications = async ({
|
||||
short: false,
|
||||
},
|
||||
],
|
||||
mrkdwn_in: ["fields"],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
@@ -262,6 +262,7 @@ export const sendBuildSuccessNotifications = async ({
|
||||
short: false,
|
||||
},
|
||||
],
|
||||
mrkdwn_in: ["fields"],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user