Remove stray slash

Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
Brett Logan 2022-12-23 16:56:35 -05:00
parent 5a6cf6864c
commit 05fcb7564c

View file

@ -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 \