Skip to content

Commit

Permalink
fix submission failed notif
Browse files Browse the repository at this point in the history
  • Loading branch information
nid90 committed Jan 4, 2025
1 parent e5b4eb9 commit 7d6dd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/libs/notifiers/slack/renderers/submission_failed.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def submission_failure_text
text = ":octagonal_sign: The submission to *#{@submission_channel}* failed for *#{@release_version} (#{@build_number})* for <#{@commit_url}|#{@commit_sha}>"
text += " and requires a manual intervention" if @submission_requires_manual_action
text += ". Please check the release page for more details. \n\n *Error* \n ```#{@submission_failure_reason}```"
text
safe_string(text)
end
end
end
Expand Down

0 comments on commit 7d6dd01

Please sign in to comment.