diff --git a/.github/workflows/pr-path-detection.yml b/.github/workflows/pr-path-detection.yml index 5fbe02d5..a3fe89ee 100644 --- a/.github/workflows/pr-path-detection.yml +++ b/.github/workflows/pr-path-detection.yml @@ -124,7 +124,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