From e939a10d98e976f865da526ea2f65d5334fcef3b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 20 Jan 2023 12:51:03 +0100 Subject: [PATCH] Hmmm fix emojos? --- server.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(