Table not outputting...

This commit is contained in:
2024-12-20 00:43:50 -05:00
parent 9ae52f7697
commit 7a4431035f
@@ -101,7 +101,7 @@ jobs:
id: convert-json-to-md
uses: parkerbxyz/json-to-markdown-table@v1.1.2
with:
json: "${{ steps.json-cleanup.outputs.conditions }}"
json: ${{ steps.json-cleanup.outputs.conditions }}
align-pipes: 'true'
- name: Print Table