diff --git a/.github/workflows/get-pr-info.yaml b/.github/workflows/get-pr-info.yaml index 539089ecfa..e0441c0024 100644 --- a/.github/workflows/get-pr-info.yaml +++ b/.github/workflows/get-pr-info.yaml @@ -150,7 +150,9 @@ jobs: needs: get_pr_info if: needs.get_pr_info.outputs.commit_status == 'success' steps: - - name: Check links with linkcheck - uses: filiph/linkcheck@2.0.19 + + - name: Check links + uses: ruzickap/action-my-broken-link-checker@v2 with: - arguments: ${{ needs.get_pr_info.outputs.env_url }} + url: ${{ needs.get_pr_info.outputs.env_url }} + cmd_params: "--max-connections=3 --color=always"