diff --git a/.gitea/workflows/branch-sonarscan-pr-merge.yml b/.gitea/workflows/branch-sonarscan-pr-merge.yml index 156449bc..5c9c12cb 100644 --- a/.gitea/workflows/branch-sonarscan-pr-merge.yml +++ b/.gitea/workflows/branch-sonarscan-pr-merge.yml @@ -85,7 +85,7 @@ jobs: run: | echo "Quality Gate Status: ${{ steps.quality-gate-check.outputs.project-status }}" echo "Quality Gate Result: " - echo ${{ steps.quality-gate-check.outputs.quality-gate-result) }} | jq + echo "${{ steps.quality-gate-check.outputs.quality-gate-result }}" | jq - name: Convert JSON report to markdown id: convert-json-to-md