From fdcb4bd17dc6007d4ebfc58710ce3c2360f55760 Mon Sep 17 00:00:00 2001 From: Deepak Prabhakara Date: Mon, 2 Dec 2024 09:07:26 +0000 Subject: [PATCH] added wayra to ignore list --- .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 c654dcc7..310ee60c 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|https://effortlesssolutions.fr|https://www.maxmind.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|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|https://www.maxmind.com|https://www.wayra.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.26.0