Removing multi-line indication.

This commit is contained in:
2024-12-19 08:40:11 -05:00
parent 18133a812b
commit fbf998896f
@@ -106,7 +106,7 @@ jobs:
json: ${{ steps.json-cleanup.outputs.conditions }}
- name: Verify markdown output
run: echo ${{ steps.convert-json-to-md.outputs.table }}
run: echo "${{ steps.convert-json-to-md.outputs.table }}"
# Step 2: Post SonarQube results as comment (using curl commands and Gitea API)
# - name: Post SonarQube Results as Comment