From 05fcb7564c76a06cc9ac5de15af460648d1a686c Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Fri, 23 Dec 2022 16:56:35 -0500 Subject: [PATCH] Remove stray slash 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 7d3ce215..9eb2263c 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 git -e RUN_LOCAL=true \ -e OUTPUT_DETAILS=detailed \ -e ACTIONS_RUNNER_DEBUG=true \