Fix on L32 in build.yaml (again).

This commit is contained in:
2024-11-26 22:44:43 -05:00
parent 06fd8dcee8
commit 14d5168893
+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