From 35d25a7d4e5d72cfc7c5a193de8e3cbd97b1a0b6 Mon Sep 17 00:00:00 2001 From: ZePan110 Date: Thu, 19 Sep 2024 23:51:28 +0800 Subject: [PATCH] Remove test output Signed-off-by: ZePan110 --- .github/workflows/pr-path-detection.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr-path-detection.yml b/.github/workflows/pr-path-detection.yml index 8ef1d367..2259fc13 100644 --- a/.github/workflows/pr-path-detection.yml +++ b/.github/workflows/pr-path-detection.yml @@ -79,7 +79,6 @@ jobs: png_lines=$(grep -Eo '\]\([^)]+\)' --include='*.md' -r .|grep -Ev 'http'|grep -Ev 'mailto') if [ -n "$png_lines" ]; then for png_line in $png_lines; do - echo "$png_line" refer_path=$(echo "$png_line"|cut -d':' -f1 | cut -d'/' -f2-) png_path=$(echo "$png_line"|cut -d '(' -f2 | cut -d ')' -f1) if [[ "${png_path:0:1}" == "/" ]]; then