From 5046444b71f327e38f39191ad0fb1a02cad422d2 Mon Sep 17 00:00:00 2001 From: Timothy Yin Date: Mon, 9 Feb 2026 11:05:32 +0800 Subject: [PATCH] Update feishu_notify.sh --- feishu_notify.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/feishu_notify.sh b/feishu_notify.sh index 6242d63..e68b82c 100644 --- a/feishu_notify.sh +++ b/feishu_notify.sh @@ -26,6 +26,9 @@ case "$BUILD_STATUS" in UNSTABLE) STATUS_TAG="不稳定" ;; + ABORTED) + STATUS_TAG="已中止" + ;; *) STATUS_TAG="未知状态" ;;