From 0de8e073b03ed1053ead95c9da504577620622d0 Mon Sep 17 00:00:00 2001 From: Ching Date: Thu, 8 Feb 2024 11:47:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(drone.yml):=20=E4=BF=AE=E6=94=B9=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改通知标题 Signed-off-by: Ching --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index caeb5f0..5690890 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ steps: content_type: application/json template: | { - "title": "Drone Build #{{ build.number }} {{ build.status }}", + "title": "Drone Build #{{ build.number }} {{ build.status }} {{ #success }}🟢🟢🟢{{ else }}🔴🔴🔴{{ /success }}", "body": "Project: {{ repo.name }}\nBranch: {{ build.branch }}\nCommit: {{ truncate build.commit 8 }}", "group": "drone", "url": "{{ build.link }}",