We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf503a0 commit 2a0a176Copy full SHA for 2a0a176
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
33
run: |
34
npx sonar-scanner \
35
- -Dsonar.organization=arquisoft \
36
- -Dsonar.projectKey=Arquisoft_wichat_es1c \
37
- -Dsonar.sources=src \
38
- -Dsonar.host.url=https://sonarcloud.io
+ -sonar.organization=arquisoft \
+ -sonar.projectKey=Arquisoft_wichat_es1c \
+ -sonar.sources=src \
+ -sonar.host.url=https://sonarcloud.io
0 commit comments