Output verfiication.

This commit is contained in:
2025-11-06 08:52:44 -05:00
parent 8c26b66456
commit 389678ebde
+1 -1
View File
@@ -103,7 +103,7 @@ runs:
pr_comments_url=$(echo "${{ gitea.api_url }}/repos/${{ gitea.repository }}/issues/${{ steps.check-opened-pr-step.outputs.pr_number }}/comments")
${pr_comments_url}
echo ${pr_comments_url}
pr_comment_id=$(curl -sS -X GET ${pr_comments_url} | jq -r '[.[] | select(.user.login == "gitea-sonarqube-bot")] | sort_by(.created_at) | last | .id')