Merge pull request 'Build L32 Fix' (#13) from build-l32-fix into main
Reviewed-on: Trez.One/rinoa-docker#13
This commit is contained in:
@@ -29,7 +29,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
method: GET
|
method: GET
|
||||||
url: ${{ secrets.SONARQUBE_URL }}/api/qualitygates/project_status
|
url: ${{ secrets.SONARQUBE_URL }}/api/qualitygates/project_status
|
||||||
headers: Authorization: Basic ${{ secrets.SONARQUBE_TOKEN }}
|
headers: |
|
||||||
|
Authorization: Basic ${{ secrets.SONARQUBE_TOKEN }}
|
||||||
query: projectKey=${{ gitea.repository.name }}
|
query: projectKey=${{ gitea.repository.name }}
|
||||||
|
|
||||||
- name: Comment on PR with SonarQube Status
|
- name: Comment on PR with SonarQube Status
|
||||||
|
|||||||
Reference in New Issue
Block a user