Skip to content

Commit

Permalink
Minor notification change for submission failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nid90 committed Oct 6, 2024
1 parent 391017a commit eea8651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/notifiers/slack/submission_failed.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":octagonal_sign: The submission to *<%= @submission_channel %>* failed for *<%= @release_version %> (<%= @build_number %>)* for <<%= @commit_url %>|<%= @commit_sha %>> due to <%= @submission_failure_reason %>. Please check the release page for more details."
"text": ":octagonal_sign: The submission to *<%= @submission_channel %>* failed for *<%= @release_version %> (<%= @build_number %>)* for <<%= @commit_url %>|<%= @commit_sha %>>. Please check the release page for more details. \n\n *Error* \n ```<%= @submission_failure_reason %>```"
}
}
]
Expand Down

0 comments on commit eea8651

Please sign in to comment.