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 bb3dc47 commit f1acc13Copy full SHA for f1acc13
1 file changed
.github/workflows/main.yml
@@ -15,8 +15,8 @@ jobs:
15
with:
16
java-version: '8'
17
- name: Analyze with SonarCloud
18
- run: mvn -B verify sonar:sonar -Dsonar.projectKey=tupilabs_HumanNameParser.java -Dsonar.organization=tupilabs -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
19
- env:
20
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ run: mvn -B verify sonar:sonar -Dsonar.projectKey=tupilabs_HumanNameParser.java -Dsonar.organization=tupilabs -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
+ env:
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
21
22
0 commit comments