Formatting tweaks.

This commit is contained in:
2024-12-20 01:17:24 -05:00
parent 3013cde6af
commit 8076058e3b
@@ -114,8 +114,7 @@ jobs:
BOT_GITEA_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }}
run: |
payload=$(jq -n \
--arg body "SonarQube analysis results: \
${SQ_RESULTS} \n\n${QG_STATUS}" \
--arg body "${QG_STATUS}<br><br>SonarQube analysis results:<br>${SQ_RESULTS} " \
'{ body: $body }')
echo "Constructed Payload:"