Skip to content

Commit

Permalink
modify slack notification message (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrden1 authored Jun 16, 2022
1 parent f116100 commit 1732888
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/changelog/dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/changelog/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ async function getSlackMessage() {
let message;
const ghJobStatus = getStatus();
if (ghJobStatus !== 'failure') {
message = `is now live :party:`;
message = `is now live :large_green_circle:`;
} else {
message = `Deployment failed :skull: Commit authors, please check your work :alert: :red_circle:`;
message = `Deployment failed :skull: Commit authors, please check your work :alert:`;
}
return message
}
Expand Down

0 comments on commit 1732888

Please sign in to comment.