forked from loafle/openapi-generator-original
Update sonar.yml
This commit is contained in:
parent
5220d7cd59
commit
43b6272fc6
7
.github/workflows/sonar.yml
vendored
7
.github/workflows/sonar.yml
vendored
@ -17,9 +17,4 @@ jobs:
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Publish to Sonar
|
||||
run: mvn sonar:sonar \
|
||||
-Dsonar.projectKey=OpenAPITools_openapi-generator \
|
||||
-Dsonar.organization=openapitools \
|
||||
-Dsonar.host.url=https://sonarcloud.io \
|
||||
-Dsonar.login=${{ secrets.SONAR_LOGIN }} \
|
||||
-Dsonar.branch.name=${{ github.ref }}
|
||||
run: mvn sonar:sonar -Dsonar.projectKey=OpenAPITools_openapi-generator -Dsonar.organization=openapitools -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=${{ secrets.SONAR_LOGIN }} -Dsonar.branch.name=${{ github.ref }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user