Testing out JSON to MD conversion.

This commit is contained in:
2024-12-17 21:25:23 -05:00
parent 6bf1f8d004
commit 048eac9d97
@@ -87,6 +87,10 @@ jobs:
with:
json: ${{ steps.quality-gate-check.outputs.quality-gate-result }}
- name: Verify markdown output
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
# run: |