mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-15 18:46:31 +00:00
Quote base project dir parameter
This commit is contained in:
parent
5829c57497
commit
3bc5ff94a5
1 changed files with 1 additions and 1 deletions
|
|
@ -32,5 +32,5 @@ fi
|
|||
|
||||
unset JAVA_HOME
|
||||
|
||||
sonar-scanner -Dsonar.projectBaseDir=${INPUT_PROJECTBASEDIR} ${INPUT_ARGS}
|
||||
sonar-scanner -Dsonar.projectBaseDir="${INPUT_PROJECTBASEDIR}" ${INPUT_ARGS}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue