From 0ceeeb8f17a5b2b70a930fae870b047cdeb6ad6c Mon Sep 17 00:00:00 2001 From: Ching L Date: Thu, 11 Sep 2025 18:15:40 +0800 Subject: [PATCH] fix(ci): truncate commit message in build output --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 01a5727..8747074 100644 --- a/.drone.yml +++ b/.drone.yml @@ -62,7 +62,7 @@ steps: message: - | ${DRONE_REPO} - Commit: {{ (split commit.message "\n")[0] }} + Commit: {{truncate commit.message 50}} Branch: ${DRONE_COMMIT_BRANCH} Link: ${DRONE_BUILD_LINK} when: