Skip to content

Commit

Permalink
Update .github/workflows/pr-path-detection.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Malini Bhandaru <[email protected]>
  • Loading branch information
ZePan110 and mkbhanda authored Sep 19, 2024
1 parent 35d25a7 commit 35974b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-path-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "**********Validation failed, try again**********"
response_retry=$(curl -s -o /dev/null -w "%{http_code}" "$url")
if [ "$response_retry" -eq 200 ]; then
echo "*****Retry successfully*****"
echo "*****Retry successful*****"
else
echo "Invalid link from ${{github.workspace}}/$path: $url status code: $response_retry"
fail="TRUE"
Expand Down

0 comments on commit 35974b7

Please sign in to comment.