Still trying to retrieve report results in Markdown...

This commit is contained in:
2024-12-18 09:59:09 -05:00
parent 4e341ee438
commit 8da9d47d86
@@ -88,13 +88,13 @@ jobs:
echo '${{ steps.quality-gate-check.outputs.quality-gate-result }}' > input.txt
sed -E 's/([a-zA-Z0-9_]+):/\\"\1\\":/g; s/:([^",{}\[\]]+)/:"\1"/g' input.txt > raw.json
fixed_json=$(jq -c '.' raw.json)
echo "fixed-json=$(cat fixed.json)" >> $GITHUB_OUTPUT
echo "fixed_json=$(cat fixed_json)" >> $GITHUB_OUTPUT
- name: Convert JSON report to markdown
id: convert-json-to-md
uses: parkerbxyz/json-to-markdown-table@v1.1.2
with:
json: ${{ steps.json-cleanup.outputs.fixed-json }}
json: ${{ steps.json-cleanup.outputs.fixed_json }}
- name: Verify markdown output
run: |