Switching JSON-to-MD action for better MD formatting.

This commit is contained in:
2024-12-19 22:30:01 -05:00
parent f8dd5b773e
commit f35886eebb
@@ -99,7 +99,7 @@ jobs:
- name: Convert JSON to Markdown Table
id: convert-json-to-md
uses: buildingcash/json-to-markdown-table-action@v1.1.0
uses: parkerbxyz/json-to-markdown-table@v1.1.2
with:
json: "${{ steps.json-cleanup.outputs.conditions }}"
align-pipes: 'true'