From 15cc71665c937865068471208f357627a1962710 Mon Sep 17 00:00:00 2001 From: Ching Date: Thu, 8 Feb 2024 00:43:30 +0800 Subject: [PATCH] fix(drone.yml): change message content change message content Signed-off-by: Ching --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9071ced..bd48875 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 }}\nCommit: {{ truncate build.commit 8 }}" + "body": "Project: {{ repo.name }}\nBranch: {{ build.branch }}\nMessage: {{ build.message }}" "group": "drone", "url": "{{ build.link }}", "icon": "https://static-00.iconduck.com/assets.00/drone-icon-2048x2048-6zua2vkz.png"