Holy shit, it's actually working! Now for even more tweaking o_O
This commit is contained in:
@@ -102,6 +102,7 @@ jobs:
|
|||||||
uses: buildingcash/json-to-markdown-table-action@v1.1.0
|
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'
|
||||||
|
|
||||||
- name: Post SonarQube Results as Comment
|
- name: Post SonarQube Results as Comment
|
||||||
env:
|
env:
|
||||||
@@ -113,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${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