Testing out JSON to MD conversion.
This commit is contained in:
@@ -87,6 +87,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
json: ${{ steps.quality-gate-check.outputs.quality-gate-result }}
|
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)
|
# Step 2: Post SonarQube results as comment (using curl commands and Gitea API)
|
||||||
# - name: Post SonarQube Results as Comment
|
# - name: Post SonarQube Results as Comment
|
||||||
# run: |
|
# run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user