This commit is contained in:
2024-12-19 07:09:05 -05:00
parent 380d5e0cfd
commit 775aae24b1
@@ -103,7 +103,7 @@ jobs:
id: convert-json-to-md id: convert-json-to-md
uses: parkerbxyz/json-to-markdown-table@v1.1.2 uses: parkerbxyz/json-to-markdown-table@v1.1.2
with: with:
json: ${{ steps.json-cleanup.outputs.projstatus }} json: ${{ steps.json-cleanup.outputs.conditions }}
- name: Verify markdown output - name: Verify markdown output
run: | run: |