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")