Fixed the escaping of parameters
All checks were successful
Production PR / QA Tests (pull_request) Successful in 36s
All checks were successful
Production PR / QA Tests (pull_request) Successful in 36s
This commit is contained in:
parent
bc10eb25c7
commit
aedbf5fd3e
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ jobs:
|
||||||
uses: https://github.com/SonarSource/sonarqube-scan-action@v6
|
uses: https://github.com/SonarSource/sonarqube-scan-action@v6
|
||||||
with:
|
with:
|
||||||
args: >
|
args: >
|
||||||
-Dsonar.projectKey=GF-dev
|
"-Dsonar.projectKey=GF-dev"
|
||||||
-Dsonar.projectName="Glowing Fiesta (DEV)"
|
"-Dsonar.projectName=Glowing Fiesta (DEV)"
|
||||||
env:
|
env:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue