Skip to content

Commit 3430d72

Browse files
author
Greg Bowler
committed
remove quotes on path to allow string splitting
for #7
1 parent b26bd28 commit 3430d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan-action.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fi
1717

1818
if [ -n "$ACTION_PATH" ]
1919
then
20-
command_string+=("$ACTION_PATH")
20+
command_string+=($ACTION_PATH)
2121
fi
2222

2323
if [ -n "$ACTION_CONFIGURATION" ]

0 commit comments

Comments
 (0)