Skip to content

Commit 3409f96

Browse files
author
Greg Bowler
committed
Use asterisk
1 parent 5dba22a commit 3409f96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit-action.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ then
8585
command_string+=("$ACTION_ARGS")
8686
fi
8787

88-
echo "Command: " "${command_string[@]}"
88+
echo "Command: " "${command_string[*]}"
8989
docker run --rm \
9090
--volume "${github_action_path}/phpunit.phar":/usr/local/bin/phpunit \
9191
--volume "${GITHUB_WORKSPACE}":/app \
9292
--workdir /app \
93-
${docker_tag} "${command_string[@]}"
93+
${docker_tag} ${command_string[*]}

0 commit comments

Comments
 (0)