toJSON for Markdown.
This commit is contained in:
@@ -102,7 +102,7 @@ jobs:
|
||||
id: convert-json-to-md
|
||||
uses: buildingcash/json-to-markdown-table-action@v1.1.0
|
||||
with:
|
||||
json: ${{ steps.json-cleanup.outputs.conditions }}
|
||||
json: ${{ toJSON(steps.json-cleanup.outputs.conditions) }}
|
||||
|
||||
# - name: Start Gitea-Sonarqube Bot
|
||||
# uses: docker://justusbunsi/gitea-sonarqube-bot:v0.3.3
|
||||
|
||||
Reference in New Issue
Block a user