Skip to content

Commit 2a0a176

Browse files
committed
Solucion error en archivo
1 parent bf503a0 commit 2a0a176

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3333
run: |
3434
npx sonar-scanner \
35-
-Dsonar.organization=arquisoft \
36-
-Dsonar.projectKey=Arquisoft_wichat_es1c \
37-
-Dsonar.sources=src \
38-
-Dsonar.host.url=https://sonarcloud.io
35+
-sonar.organization=arquisoft \
36+
-sonar.projectKey=Arquisoft_wichat_es1c \
37+
-sonar.sources=src \
38+
-sonar.host.url=https://sonarcloud.io

0 commit comments

Comments
 (0)