Still trying to retrieve report results in Markdown...

This commit is contained in:
2024-12-18 09:21:57 -05:00
parent 7388a33fdc
commit c87de397ac
@@ -93,7 +93,7 @@ jobs:
id: convert-json-to-md
uses: parkerbxyz/json-to-markdown-table@v1.1.2
with:
json: toJSON(${{ steps.json-cleanup.outputs }})
json: ${{ toJSON(steps.json-cleanup.outputs) }}
- name: Verify markdown output
run: |