We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff716b commit ffa725cCopy full SHA for ffa725c
1 file changed
.github/workflows/main.yml
@@ -35,4 +35,4 @@ jobs:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
run: |
37
mvn -B clean --file pom.xml
38
- mvn -B install sonar:sonar -Dsonar.projectKey=dochia-dev -Dsonar.organization=ludovicianul -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
+ mvn -B install sonar:sonar -Dsonar.projectKey=dochia-cli -Dsonar.organization=dochia-dev -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
0 commit comments