From d21b97fa54fa344f38492cbf4ca3fcc60ccdcb2b Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 20 Dec 2024 16:08:06 -0500 Subject: [PATCH] Re-validating comment post functionality. --- .gitea/workflows/branch-sonarscan-pr-merge.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/branch-sonarscan-pr-merge.yml b/.gitea/workflows/branch-sonarscan-pr-merge.yml index f370ffea..0588bd98 100644 --- a/.gitea/workflows/branch-sonarscan-pr-merge.yml +++ b/.gitea/workflows/branch-sonarscan-pr-merge.yml @@ -107,6 +107,8 @@ jobs: - name: JSON clean-up for Custom Quality Gate Check... id: json-cleanup + env: + QG_RESULTS: ${{ needs.sonarqube-analysis-dry-run.outputs.qg_results }} run: | echo "Cleaning up quality gate response..." echo '${QG_RESULTS}' > qg_input.txt @@ -120,8 +122,7 @@ jobs: echo "projstatus=${projstatus}" >> $GITHUB_OUTPUT echo "caycStatus=${caycStatus}" >> $GITHUB_OUTPUT echo "conditions=${conditions}" >> $GITHUB_OUTPUT - env: - QG_RESULTS: ${{ toJSON(needs.sonarqube-analysis-dry-run.outputs.qg_results) }} + - name: Convert JSON to Markdown Table id: convert-json-to-md