From 6433b621903735109ec4a7e1d144842de6424be0 Mon Sep 17 00:00:00 2001 From: Deepak Prabhakara Date: Sat, 2 Nov 2024 10:11:01 +0000 Subject: [PATCH] ignore https://effortlesssolutions.fr --- .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 a3f73edd..cd4b58a8 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.7.0 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|support.cloudflare.com|https://boxyhq.com/cdn-cgi/l/email-protection|microsoft.com|https://www.sonatype.com/state-of-the-software-supply-chain/open-source-supply-demand-security|http://datagrade.com|https://www.signalsciences.com|https://webstudio.is|https://blog.opensource.org)" --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|https://boxyhq.com/cdn-cgi/l/email-protection|microsoft.com|https://www.sonatype.com/state-of-the-software-supply-chain/open-source-supply-demand-security|http://datagrade.com|https://www.signalsciences.com|https://webstudio.is|https://blog.opensource.org|https://effortlesssolutions.fr)" --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.26.0