Skip to content

Commit 499b502

Browse files
Adds dist for slack formatting fix (#30)
1 parent c23ac53 commit 499b502

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/main/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13898,7 +13898,7 @@ function postSlackNotification(slackToken, slackChannel, environment, status, co
1389813898
let text;
1389913899
const baseText = `<${repoUrl}|${repo.repo}> deployment 🚀 to <${deploymentUrl}|${environment}> by <@${actor.toLowerCase()}> completed with ${status} ${statusIcon} - ${commitText}.`;
1390013900
if (deploymentConfidenceUrl !== '' && status === 'success') {
13901-
text = `${baseText}\n\n- :toolbox: Check out our <${deploymentConfidenceUrl}|**deployment confidence dashboard**> so you are the first to know if anything is broken.`;
13901+
text = `${baseText}\n\n:toolbox: Check out our <${deploymentConfidenceUrl}|deployment confidence dashboard> so you are the first to know if anything is broken.`;
1390213902
}
1390313903
else {
1390413904
text = baseText;

dist/post/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13767,7 +13767,7 @@ function postSlackNotification(slackToken, slackChannel, environment, status, co
1376713767
let text;
1376813768
const baseText = `<${repoUrl}|${repo.repo}> deployment 🚀 to <${deploymentUrl}|${environment}> by <@${actor.toLowerCase()}> completed with ${status} ${statusIcon} - ${commitText}.`;
1376913769
if (deploymentConfidenceUrl !== '' && status === 'success') {
13770-
text = `${baseText}\n\n- :toolbox: Check out our <${deploymentConfidenceUrl}|**deployment confidence dashboard**> so you are the first to know if anything is broken.`;
13770+
text = `${baseText}\n\n:toolbox: Check out our <${deploymentConfidenceUrl}|deployment confidence dashboard> so you are the first to know if anything is broken.`;
1377113771
}
1377213772
else {
1377313773
text = baseText;

0 commit comments

Comments
 (0)