Skip to content

Commit 3b6771e

Browse files
maennchensschuberth
authored andcommitted
Fix Scanner Execution (#39)
Signed-off-by: Jonatan Männchen <[email protected]>
1 parent 0650a3c commit 3b6771e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ runs:
429429
if: contains(inputs.run, 'scanner')
430430
run: |
431431
echo -e "\e[1;33m Running ORT Scanner... "
432-
eval "$(ssh-agent -s)" \
432+
eval "$(ssh-agent -s)"
433433
docker run \
434434
--mount type=bind,source=$HOME,target=/home/ort \
435435
--mount type=tmpfs,target=/tmp \

0 commit comments

Comments
 (0)