From 75cfe6472d100953887d271e0c3509b939e7db10 Mon Sep 17 00:00:00 2001 From: ZePan110 Date: Tue, 24 Sep 2024 17:41:33 +0800 Subject: [PATCH] test Signed-off-by: ZePan110 --- .github/workflows/pr-path-detection.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-path-detection.yml b/.github/workflows/pr-path-detection.yml index 9d12c346..4a2723ff 100644 --- a/.github/workflows/pr-path-detection.yml +++ b/.github/workflows/pr-path-detection.yml @@ -108,6 +108,7 @@ jobs: else check_path=${{github.workspace}}/$(dirname "$refer_path")/$png_path fi + echo $check_path real_path=$(realpath $check_path) if [ $? -ne 0 ]; then echo "Path $png_path in file ${{github.workspace}}/$refer_path does not exist"