diff --git a/.github/workflows/get-pr-info.yaml b/.github/workflows/get-pr-info.yaml index 8c303e2970..70296f0326 100644 --- a/.github/workflows/get-pr-info.yaml +++ b/.github/workflows/get-pr-info.yaml @@ -155,4 +155,4 @@ jobs: uses: ruzickap/action-my-broken-link-checker@v2 with: url: ${{ needs.get_pr_info.outputs.env_url }} - cmd_params: '--buffer-size=8192 --max-connections=10 --color=always --header="User-Agent:curl/7.54.0" --timeout=20' + cmd_params: '--buffer-size=8192 --max-connections-per-host=10 --color=always --header="User-Agent:curl/7.54.0" --rate-limit=1'