Attempts at format fixing...

This commit is contained in:
2024-12-19 23:01:10 -05:00
parent eca1975ec1
commit c8abff7a09
@@ -113,7 +113,7 @@ jobs:
GITHUB_REPOSITORY: ${{ github.repository }}
BOT_GITEA_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }}
run: |
result_cleanup=$(echo "${SQ_RESULTS}" | sed 's|\\n||g')
result_cleanup=$(echo "$SQ_RESULTS" | sed 's/|/\\|/g')
payload=$(jq -n \
--arg body "SonarQube analysis results:\n\n${result_cleanup} \n\n${QG_STATUS}" \
'{ body: $body }')