From 9ccbc940a1b398577977db398a9c076d84b1cffe Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Fri, 23 Dec 2022 17:00:23 -0500 Subject: [PATCH] Remove stray git Signed-off-by: Brett Logan --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9eb2263c..8be7fc59 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: - name: Run All Codebase Super-Linter Tests if: ${{ github.repository == 'github/super-linter' && github.ref != 'refs/heads/main' }} run: | - docker run git + docker run \ -e RUN_LOCAL=true \ -e OUTPUT_DETAILS=detailed \ -e ACTIONS_RUNNER_DEBUG=true \