From 81815dcb737a01d186a38d6ff90957c76a21ff5e Mon Sep 17 00:00:00 2001 From: ZePan110 Date: Fri, 8 Nov 2024 23:36:19 +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 af4e79bd4c..f7c4629311 100644 --- a/.github/workflows/pr-path-detection.yml +++ b/.github/workflows/pr-path-detection.yml @@ -70,6 +70,7 @@ jobs: url=$(echo "$url_line"|cut -d '(' -f2 | cut -d ')' -f1|sed 's/\.git$//') path=$(echo "$url_line"|cut -d':' -f1 | cut -d'/' -f2-) response=$(curl -L -s -o /dev/null -w "%{http_code}" "$url") + echo "$response" if [ "$response" -ne 200 ]; then echo "**********Validation failed, try again**********" response_retry=$(curl -s -o /dev/null -w "%{http_code}" "$url")