Skip to content

Commit 1e81a12

Browse files
committed
Fix command
Signed-off-by: tdruez <[email protected]>
1 parent 12e52dc commit 1e81a12

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,7 @@ runs:
7070
- name: Define `scanpipe` Docker command
7171
shell: bash
7272
run: |
73-
echo 'SCANPIPE_CMD=docker run --rm \
74-
-v "${{ github.workspace }}/scancode-inputs":/scancode/input:ro \
75-
-v "${{ github.workspace }}/scancode-outputs":/scancode/output \
76-
-w /scancode \
77-
ghcr.io/aboutcode-org/scancode.io:latest scanpipe' >> $GITHUB_ENV
73+
echo "SCANPIPE_CMD=docker run --rm -v \"${{ github.workspace }}/scancode-inputs\":/scancode/input:ro -v \"${{ github.workspace }}/scancode-outputs\":/scancode/output -w /scancode ghcr.io/aboutcode-org/scancode.io:latest scanpipe" >> $GITHUB_ENV
7874
7975
- name: Define `scanpipe` Docker command
8076
shell: bash

0 commit comments

Comments
 (0)