Fixed the escaping of parameters
All checks were successful
Production PR / QA Tests (pull_request) Successful in 36s

This commit is contained in:
Liviu Burcusel 2025-12-23 12:02:13 +01:00
parent bc10eb25c7
commit aedbf5fd3e
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -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 }}