Remove stray git

Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
Brett Logan 2022-12-23 17:00:23 -05:00
parent 05fcb7564c
commit 9ccbc940a1

View file

@ -73,7 +73,7 @@ jobs:
- name: Run All Codebase Super-Linter Tests - name: Run All Codebase Super-Linter Tests
if: ${{ github.repository == 'github/super-linter' && github.ref != 'refs/heads/main' }} if: ${{ github.repository == 'github/super-linter' && github.ref != 'refs/heads/main' }}
run: | run: |
docker run git docker run \
-e RUN_LOCAL=true \ -e RUN_LOCAL=true \
-e OUTPUT_DETAILS=detailed \ -e OUTPUT_DETAILS=detailed \
-e ACTIONS_RUNNER_DEBUG=true \ -e ACTIONS_RUNNER_DEBUG=true \