Still trying to retrieve report results in Markdown...
This commit is contained in:
@@ -93,7 +93,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) }}
|
||||
|
||||
- name: Verify markdown output
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user