From 0495c96f387425ac8050511f98b9d6d909b10418 Mon Sep 17 00:00:00 2001 From: Ching Date: Thu, 8 Feb 2024 11:55:27 +0800 Subject: [PATCH] fix(drone.yml): fix syntax error fix syntax error Signed-off-by: Ching --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5690890..6342913 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ steps: content_type: application/json template: | { - "title": "Drone Build #{{ build.number }} {{ build.status }} {{ #success }}🟢🟢🟢{{ else }}🔴🔴🔴{{ /success }}", + "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 }}",