Possible fix, L97
This commit is contained in:
@@ -94,7 +94,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: '${{ toJSON(steps.json-cleanup.outputs) }}'
|
json: '${{ toJSON(steps.json-cleanup.outputs.fixed-json) }}'
|
||||||
|
|
||||||
- name: Verify markdown output
|
- name: Verify markdown output
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user