Skip to content

Commit

Permalink
Update new-pr.yml
Browse files Browse the repository at this point in the history
shimib@jfrog.com
  • Loading branch information
shimib authored Dec 18, 2024
1 parent f8f67c3 commit 90dc959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
PW: ${{ secrets.USER_CRED }}
run: |
echo "Login health check"
curl --connect-timeout 2 -sSf -k -u "$USER:$PW" $URL/login
curl -verbose --connect-timeout 2 -sSf -k -u "$USER:$PW" $URL/login
- name: send_run_log
continue-on-error: true
Expand Down

0 comments on commit 90dc959

Please sign in to comment.