mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
modules/webhook: Handle case for status state error.
[skip ci]
This commit is contained in:
parent
2e980e967b
commit
b3038fa5e7
1 changed files with 5 additions and 0 deletions
|
@ -956,6 +956,11 @@ github_handle__status(std::ostream &out,
|
|||
<< "<font data-mx-bg-color=\"#CC0000\">"
|
||||
;
|
||||
|
||||
else if(state == "error")
|
||||
out << " "
|
||||
<< "<font data-mx-bg-color=\"#280000\">"
|
||||
;
|
||||
|
||||
out << " "
|
||||
<< "<a href="
|
||||
<< url
|
||||
|
|
Loading…
Reference in a new issue