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:
2024-11-26 22:47:33 -05:00
+2 -1
View File
@@ -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