Browse Source

Refactor Slack Failure message (#315)

* REFACTOR: Slack Failure message

* Update report-deployment-status-to-slack/action.yml

Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>

---------

Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
pull/316/head
Alex Urbina 1 year ago committed by GitHub
parent
commit
756f78adb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      report-deployment-status-to-slack/action.yml

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

@ -85,7 +85,7 @@ runs: @@ -85,7 +85,7 @@ runs:
SLACK_MESSAGE=":x: Failed to deploy \`$tag\` to $environment on $project.
$url
SHA: \`$commit_sha\`
Please retry or contact @bre team."
Please retry. If the issue persists, share this message in the #team-eng-bre channel for support."
;;
cancelled)

Loading…
Cancel
Save