File tree Expand file tree Collapse file tree
packages/server/src/utils/notifications Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -240,12 +240,10 @@ export const sendBuildErrorNotifications = async ({
240240 value : `\`\`\`${ errorMessage } \`\`\`` ,
241241 short : false ,
242242 } ,
243- ] ,
244- actions : [
245243 {
246- type : "button " ,
247- text : " View Build Details" ,
248- url : buildLink ,
244+ title : "Details " ,
245+ value : `< ${ buildLink } | View Build Details>` ,
246+ short : false ,
249247 } ,
250248 ] ,
251249 } ,
Original file line number Diff line number Diff line change @@ -256,12 +256,10 @@ export const sendBuildSuccessNotifications = async ({
256256 value : date . toLocaleString ( ) ,
257257 short : true ,
258258 } ,
259- ] ,
260- actions : [
261259 {
262- type : "button " ,
263- text : " View Build Details" ,
264- url : buildLink ,
260+ title : "Details " ,
261+ value : `< ${ buildLink } | View Build Details>` ,
262+ short : false ,
265263 } ,
266264 ] ,
267265 } ,
You can’t perform that action at this time.
0 commit comments