From 0429e936add566c3ea90c479dbe066d04f81ab68 Mon Sep 17 00:00:00 2001 From: Ching Date: Thu, 8 Feb 2024 00:48:22 +0800 Subject: [PATCH] fix(drone.yml): trim message trim message Signed-off-by: Ching --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bd48875..d3a0b9c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: template: | { "title": "Drone Build #{{ build.number }} {{ build.status }}", - "body": "Project: {{ repo.name }}\nBranch: {{ build.branch }}\nMessage: {{ build.message }}" + "body": "Project: {{ repo.name }}\nBranch: {{ build.branch }}\nMessage: {{ trim build.message }}" "group": "drone", "url": "{{ build.link }}", "icon": "https://static-00.iconduck.com/assets.00/drone-icon-2048x2048-6zua2vkz.png"