From 1b8c035ba123bd8b69d9b62e2a1b9ab878a8a70e Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 19 Dec 2024 10:49:11 -0500 Subject: [PATCH] Typo fix. --- .gitea/workflows/branch-sonarscan-pr-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/branch-sonarscan-pr-merge.yml b/.gitea/workflows/branch-sonarscan-pr-merge.yml index 264b98b2..b4667762 100644 --- a/.gitea/workflows/branch-sonarscan-pr-merge.yml +++ b/.gitea/workflows/branch-sonarscan-pr-merge.yml @@ -126,7 +126,7 @@ jobs: # -H 'Content-Type: application/json' \ # -d '{ # "body": "SonarQube analysis results:\n\n- Bugs: ${{ env.SONAR_BUGS }}\n- Vulnerabilities: ${{ env.SONAR_VULNERABILITIES }}\n- Code Smells: ${{ env.SONAR_CODE_SMELLS }}\n- Coverage: ${{ env.SONAR_COVERAGE }}%\n- Duplications: ${{ env.SONAR_DUPLICATIONS }}%\n- Quality Gate Status: ${{ env.SONAR_QUALITY_GATE_STATUS }}" - }' + # }' - name: Verify PR number run: | echo "PR number: ${{ gitea.event.pull_request.number }}"