Skip to content

Commit

Permalink
DEVOPS-1782 ADD: no-changes event in Slack message setup (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
urbinaalex17 authored Mar 26, 2024
1 parent bec7de8 commit 423bb8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions report-deployment-status-to-slack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ runs:
$url
SHA: \`$commit_sha\`"
;;
no-changes)
SLACK_MESSAGE=":heavy_minus_sign: No changes were made for \`$tag\` deployment to $environment on $project.
$url
SHA: \`$commit_sha\`"
;;
esac
}
Expand Down

0 comments on commit 423bb8e

Please sign in to comment.