Revert "Switching JSON-to-MD action for better MD formatting."
This reverts commit f35886eebb.
This commit is contained in:
@@ -99,14 +99,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Convert JSON to Markdown Table
|
- name: Convert JSON to Markdown Table
|
||||||
id: convert-json-to-md
|
id: convert-json-to-md
|
||||||
uses: parkerbxyz/json-to-markdown-table@v1.1.2
|
uses: buildingcash/json-to-markdown-table-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
json: ${{ steps.json-cleanup.outputs.conditions }}
|
json: "${{ steps.json-cleanup.outputs.conditions }}"
|
||||||
align-pipes: 'true'
|
align-pipes: 'true'
|
||||||
|
|
||||||
- name: Print Table
|
|
||||||
run: echo "${{ steps.convert-json-to-md.outputs.table }}"
|
|
||||||
|
|
||||||
- name: Post SonarQube Results as Comment
|
- name: Post SonarQube Results as Comment
|
||||||
env:
|
env:
|
||||||
PR_NUMBER: ${{ needs.check-and-create-pr.outputs.pr_number }}
|
PR_NUMBER: ${{ needs.check-and-create-pr.outputs.pr_number }}
|
||||||
@@ -117,7 +114,7 @@ jobs:
|
|||||||
BOT_GITEA_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }}
|
BOT_GITEA_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
payload=$(jq -n \
|
payload=$(jq -n \
|
||||||
--arg body "SonarQube analysis results:\n\n${{ env.SQ_RESULTS }} \n\n${QG_STATUS}" \
|
--arg body "SonarQube analysis results:\n\n${SQ_RESULTS} \n\n${QG_STATUS}" \
|
||||||
'{ body: $body }')
|
'{ body: $body }')
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user