Wait, this might be it.........

This commit is contained in:
2024-12-19 15:29:48 -05:00
parent 4c120662f8
commit 7c2dd4e2fe
+10 -1
View File
@@ -133,7 +133,16 @@ jobs:
-H 'Authorization: token ${{ secrets.BOT_GITEA_TOKEN }}' \
-H 'Content-Type: application/json' \
-d '{
"body": "SonarQube analysis results:\n\n${{ steps.convert-json-to-md.outputs.table }}\n\n${{ steps.quality-gate.outputs.quality-gate-status }}"
"body": "string",
"comments": [
{
"body": "SonarQube analysis results:\n\n${{ steps.convert-json-to-md.outputs.table }}\n\n${{ steps.quality-gate.outputs.quality-gate-status }}",
"path": "path",
"position": 0
}
],
"event": "COMMENT"
}'
}'
# Job 3: Merge PR if Quality Gate passes