From eca1975ec19fcaada6af2046b505bc134d32b16a Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 19 Dec 2024 22:49:34 -0500 Subject: [PATCH] Attempts at format fixing... --- .gitea/workflows/branch-sonarscan-pr-merge.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/branch-sonarscan-pr-merge.yml b/.gitea/workflows/branch-sonarscan-pr-merge.yml index c740acbb..8ff479f4 100644 --- a/.gitea/workflows/branch-sonarscan-pr-merge.yml +++ b/.gitea/workflows/branch-sonarscan-pr-merge.yml @@ -113,8 +113,9 @@ jobs: GITHUB_REPOSITORY: ${{ github.repository }} BOT_GITEA_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }} run: | + result_cleanup=$(echo "${SQ_RESULTS}" | sed 's|\\n||g') payload=$(jq -n \ - --arg body "SonarQube analysis results:\n\n${SQ_RESULTS} \n\n${QG_STATUS}" \ + --arg body "SonarQube analysis results:\n\n${result_cleanup} \n\n${QG_STATUS}" \ '{ body: $body }')