File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,12 @@ jobs:
1919 - name : Run action with args
2020 uses : ./
2121 with :
22- args : >-
23- "-Dsonar.someArg=a value with spaces" -Dsonar.scanner.dumpToFile=./output.properties
22+ args : -Dsonar.someArg=aValue -Dsonar.scanner.dumpToFile=./output.properties
2423 env :
2524 SONAR_HOST_URL : http://not_actually_used
2625 - name : Assert
2726 run : |
28- ./test/assertFileContains ./output.properties "sonar.someArg=a value with spaces "
27+ ./test/assertFileContains ./output.properties "sonar.someArg=aValue "
2928 projectBaseDirInputTest :
3029 name : >
3130 'projectBaseDir' input
Original file line number Diff line number Diff line change 3232
3333unset JAVA_HOME
3434
35- eval " args=(${INPUT_ARGS} )"
36- sonar-scanner $debug_flag " -Dsonar.projectBaseDir=${INPUT_PROJECTBASEDIR} " " ${args[@]} "
35+ sonar-scanner $debug_flag -Dsonar.projectBaseDir=${INPUT_PROJECTBASEDIR} ${INPUT_ARGS}
3736
You can’t perform that action at this time.
0 commit comments