From bdce3c21f3bfdc257db5baa1e2a4e6ee098a4b9c Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Wed, 22 Dec 2021 18:11:57 +0200 Subject: [PATCH] Fix bad line from visual editor --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a79dd3aa..a830401d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,5 +27,4 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script - run: grep -r -Eoh "(https://github.com/[a-zA-Z0-9./?=_%:-]*)" $GITHUB_WORKSPACE | sort -u | xargs sh -c 'curl --output /dev/null --silent --head --fail $0 || curl --output /dev/null --silent - --head --fail --write-out "%{url_effective}: %{http_code}\n" $0 || exit 255' + run: grep -r -Eoh "(https://github.com/[a-zA-Z0-9./?=_%:-]*)" $GITHUB_WORKSPACE | sort -u | xargs sh -c 'curl --output /dev/null --silent --head --fail $0 || curl --output /dev/null --silent --head --fail --write-out "%{url_effective}: %{http_code}\n" $0 || exit 255'