diff --git a/server.py b/server.py index a50b452..8ff9534 100644 --- a/server.py +++ b/server.py @@ -483,12 +483,12 @@ async def github(request): if description == "Pipeline failed on GitLab": pipeline_id = target_url.split("/")[-1] await notify( - f'[{repository}] :red_circle: Pipeline [#{pipeline_id}]({target_url}) failed on branch {branches}' + f'[{repository}] 🔴 Pipeline [#{pipeline_id}]({target_url}) failed on branch {branches}' ) elif description == "Pipeline canceled on GitLab": pipeline_id = target_url.split("/")[-1] await notify( - f'[{repository}] :heavy_multiplication_x: Pipeline [#{pipeline_id}]({target_url}) canceled on branch {branches}' + f'[{repository}] ✖️ Pipeline [#{pipeline_id}]({target_url}) canceled on branch {branches}' ) else: await notify(