Browse Source

DEVOPS-1782 ADD: no-changes event in Slack message setup (#270)

pull/271/head
Alex Urbina 2 years ago committed by GitHub
parent
commit
423bb8e005
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      report-deployment-status-to-slack/action.yml

6
report-deployment-status-to-slack/action.yml

@ -93,6 +93,12 @@ runs: @@ -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
}

Loading…
Cancel
Save