From ec9606294f5be54b0e102a7a5ccba16ad39e0ba8 Mon Sep 17 00:00:00 2001 From: Deepak Prabhakara Date: Tue, 30 Jan 2024 19:27:17 +0000 Subject: [PATCH] ignore https://support.cloudflare.com --- .github/workflows/broken-link-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-link-checks.yml b/.github/workflows/broken-link-checks.yml index 078a5e43..d241d3f7 100644 --- a/.github/workflows/broken-link-checks.yml +++ b/.github/workflows/broken-link-checks.yml @@ -13,7 +13,7 @@ jobs: uses: ruzickap/action-my-broken-link-checker@v2.3.1 with: url: https://boxyhq.com - cmd_params: '--max-connections=10 --timeout=60 --buffer-size=32768 --color=always --exclude="(localhost|127.0.0.1|twitter.com|linkedin.com|manage.auth0.com|schemas.xmlsoap.org|instagram.com|admin.google.com|https://segment.com)" --skip-tls-verification --ignore-fragments --header="User-Agent:Chrome/108.0.0.0"' + cmd_params: '--max-connections=10 --timeout=60 --buffer-size=32768 --color=always --exclude="(localhost|127.0.0.1|twitter.com|linkedin.com|manage.auth0.com|schemas.xmlsoap.org|instagram.com|admin.google.com|https://segment.com|support.cloudflare.com)" --skip-tls-verification --ignore-fragments --header="User-Agent:Chrome/108.0.0.0"' - name: Post to Slack if: ${{ failure() }} uses: slackapi/slack-github-action@v1.23.0