We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6028e5c commit 76f35f7Copy full SHA for 76f35f7
phpunit-action.bash
@@ -17,7 +17,7 @@ command_string="phpunit"
17
18
if [ -n "$ACTION_CONFIGURATION" ]
19
then
20
- command_string="$command_string --configuration '$ACTION_CONFIGURATION'"
+ command_string="$command_string --configuration $ACTION_CONFIGURATION"
21
fi
22
23
if [ -n "$ACTION_LOG_JUNIT" ]
@@ -42,7 +42,7 @@ fi
42
43
if [ -n "$ACTION_BOOTSTRAP" ]
44
45
- command_string="$command_string --bootstrap '$ACTION_BOOTSTRAP'"
+ command_string="$command_string --bootstrap $ACTION_BOOTSTRAP"
46
47
48
if [ -n "$ACTION_FILTER" ]
0 commit comments