Yes, up this early messing around with this...

This commit is contained in:
2024-12-20 06:21:16 -05:00
parent 53ecdbd059
commit 6b4a2d01aa
@@ -115,10 +115,10 @@ jobs:
formatted_results=$(echo "${SQ_RESULTS}" | sed 's/\\n/\ formatted_results=$(echo "${SQ_RESULTS}" | sed 's/\\n/\
/g') /g')
payload=$(jq -n \ payload=$(jq -n \
--arg body "${QG_STATUS} \ --arg body "SonarQube analysis results:
SonarQube analysis results: \ <br>
\ <br>
${formatted_results} " \ ${{ env.SQ_RESULTS }}" \
'{ body: $body }') '{ body: $body }')
echo "Constructed Payload:" echo "Constructed Payload:"