Possible fix, L97

This commit is contained in:
2024-12-18 09:35:00 -05:00
parent 64e4f49b8b
commit 8670a81aef
@@ -94,7 +94,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.fixed-json) }}'
- name: Verify markdown output
run: |