chore: modify test action
[skip ci]
This commit is contained in:
parent
985857bfc8
commit
21800a5a1c
1 changed files with 2 additions and 2 deletions
4
.github/actions/notify/action.yaml
vendored
4
.github/actions/notify/action.yaml
vendored
|
|
@ -61,11 +61,11 @@ runs:
|
||||||
case "${{ inputs.status }}" in
|
case "${{ inputs.status }}" in
|
||||||
SUCCESS)
|
SUCCESS)
|
||||||
STATUS_COLOR="006400/228b22"
|
STATUS_COLOR="006400/228b22"
|
||||||
ADD='{"decoratedText": {"startIcon": {"materialIcon": {"name": "check_circle"}},"text": "<b style=\"color: green;\">\($status)</b>"}},'
|
ADD='{"decoratedText": {"startIcon": {"materialIcon": {"name": "check_circle"}},"text": "<b style=\"color: green;\">SUCCESS</b>"}},'
|
||||||
;;
|
;;
|
||||||
FAILURE)
|
FAILURE)
|
||||||
STATUS_COLOR="8b0000/dc143c"
|
STATUS_COLOR="8b0000/dc143c"
|
||||||
ADD='{"decoratedText": {"startIcon": {"materialIcon": {"name": "stop_circle"}},"text": "<b style=\"color: red;\">\($status)</b>"}},'
|
ADD='{"decoratedText": {"startIcon": {"materialIcon": {"name": "stop_circle"}},"text": "<b style=\"color: red;\">FAILURE</b>"}},'
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
STATUS_COLOR="483d8b/6495ed"
|
STATUS_COLOR="483d8b/6495ed"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue