From 8f6d016f2a54daaad4aacab17bafaa493eea4431 Mon Sep 17 00:00:00 2001 From: Aaron Collier Date: Thu, 24 Feb 2022 16:02:48 +0100 Subject: [PATCH] :test_tube: Check other parameters --- .github/workflows/get-pr-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get-pr-info.yaml b/.github/workflows/get-pr-info.yaml index e0441c0024..8c303e2970 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: "--max-connections=3 --color=always" + cmd_params: '--buffer-size=8192 --max-connections=10 --color=always --header="User-Agent:curl/7.54.0" --timeout=20'