diff --git a/report-deployment-status-to-slack/action.yml b/report-deployment-status-to-slack/action.yml index bf9953c7..81075b87 100644 --- a/report-deployment-status-to-slack/action.yml +++ b/report-deployment-status-to-slack/action.yml @@ -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 }