From 3d9813f199267dde88f4d0a54b35addc791c9e5b Mon Sep 17 00:00:00 2001 From: Dylan Page Date: Tue, 25 Jul 2023 00:18:25 -0400 Subject: [PATCH] fix(website-test): missing backslash for muffet (#3623) Missing backslash. https://github.com/runatlantis/atlantis/actions/runs/5652166425/job/15311381309 --- .github/workflows/website.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index e52d8b4db8..48a0700bf1 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -61,9 +61,9 @@ jobs: # medium.com => was being rate limited: HTTP 429 - run: | ./muffet \ - -e 'https://medium.com/runatlantis' + -e 'https://medium.com/runatlantis' \ -e 'https://github\.com/runatlantis/atlantis/edit/main/.*' \ -e 'https://github.com/runatlantis/helm-charts#customization' \ --header 'Accept-Encoding:deflate, gzip' \ --buffer-size 8192 \ - http://localhost:8080/ \ No newline at end of file + http://localhost:8080/