Skip to content

Commit bf9e263

Browse files
committed
Add \ charwhich is missing
1 parent cb5ba54 commit bf9e263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
-Dsonar.projectKey=vijayagopalsb_spring-dynamic-microservices \
3232
-Dsonar.organization=vijayagopalsb \
3333
-Dsonar.host.url=${{ secrets.SONAR_HOST_URL_REMOTE }} \
34-
-Dsonar.login=${{ secrets.SONAR_TOKEN_REMOTE }}
34+
-Dsonar.login=${{ secrets.SONAR_TOKEN_REMOTE }} \
3535
-Dsonar.coverage.jacoco.xmlReportPaths=**/target/site/jacoco/jacoco.xml
3636
3737
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)