Still trying to retrieve report results in Markdown...

This commit is contained in:
2024-12-18 10:36:24 -05:00
parent 0cc232f298
commit a7e08fcf67
@@ -88,6 +88,7 @@ jobs:
echo '${{ steps.quality-gate-check.outputs.quality-gate-result }}' > qg_input.txt
sed -E 's/([a-zA-Z0-9_]+):/\\"\1\\":/g; s/:([^",{}\[\]]+)/:"\1"/g' qg_input.txt > qg_raw.json
jq -c '.' qg_raw.json > qg_fixed_json.json
cat qg_fixed_json.json
echo "qg_fixed_json=$(cat qg_fixed_json.json)" >> $GITHUB_ENV
- name: Convert JSON report to markdown