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:
|
||||
method: GET
|
||||
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 }}
|
||||
|
||||
- name: Comment on PR with SonarQube Status
|
||||
|
||||
Reference in New Issue
Block a user