From 95d35710cbe180dc63788fa6449f3b46f4edc909 Mon Sep 17 00:00:00 2001 From: ZePan110 Date: Mon, 20 Jan 2025 09:13:29 +0800 Subject: [PATCH] Optimize CI check output prompt words (#219) * Change license template 2024 to 2025 Signed-off-by: ZePan110 * The original output was unclear, this optimization ensures that the user can find the source of the path check CI failure. Signed-off-by: ZePan110 --------- Signed-off-by: ZePan110 --- .github/workflows/pr-path-detection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-path-detection.yml b/.github/workflows/pr-path-detection.yml index b20f75ca..ca343f42 100644 --- a/.github/workflows/pr-path-detection.yml +++ b/.github/workflows/pr-path-detection.yml @@ -123,7 +123,7 @@ jobs: fi fi else - echo "$check_path does not exist" + echo "Invalid reference path from $refer_path, reference path: $(echo $png_line | cut -d ']' -f2)" fail="TRUE" fi done