diff --git a/.gitea/workflows/branch-sonarscan-pr-merge.yml b/.gitea/workflows/branch-sonarscan-pr-merge.yml index f492dbb2..46c5b035 100644 --- a/.gitea/workflows/branch-sonarscan-pr-merge.yml +++ b/.gitea/workflows/branch-sonarscan-pr-merge.yml @@ -102,6 +102,7 @@ jobs: uses: buildingcash/json-to-markdown-table-action@v1.1.0 with: json: "${{ steps.json-cleanup.outputs.conditions }}" + align-pipes: 'true' - name: Post SonarQube Results as Comment env: @@ -113,7 +114,7 @@ jobs: BOT_GITEA_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }} run: | payload=$(jq -n \ - --arg body "SonarQube analysis results:\n\n${SQ_RESULTS}\n\n${QG_STATUS}" \ + --arg body "SonarQube analysis results:\n\n${SQ_RESULTS} \n\n${QG_STATUS}" \ '{ body: $body }')