Skip to content

Commit

Permalink
Log the https url
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya committed Mar 6, 2024
1 parent 6ac8230 commit e706975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-marketplace-jwt-token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if [ "$status_code" -eq 200 ]; then
echo "URL($HTTPS_URL) is working: $status_code"
else
echo "URL is not working: $status_code"
echo "URL($HTTPS_URL) is not working: $status_code"
exit 1;
fi
Expand Down

0 comments on commit e706975

Please sign in to comment.