Skip to content

Commit

Permalink
test.
Browse files Browse the repository at this point in the history
Signed-off-by: ZePan110 <[email protected]>
  • Loading branch information
ZePan110 committed Sep 20, 2024
1 parent 88e10e0 commit e97876f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-path-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
if [ "$response_retry" -eq 200 ]; then
echo "*****Retry successful*****"
else
retry=$(curl -s -o /dev/null -w "%{http_code}" "$url")
echo $retry
echo "Invalid link from ${{github.workspace}}/$path: $url status code: $response_retry"
fail="TRUE"
fi
Expand Down

0 comments on commit e97876f

Please sign in to comment.