Output verfiication.
This commit is contained in:
@@ -103,6 +103,8 @@ runs:
|
||||
|
||||
pr_comments_url=$(echo "${{ gitea.api_url }}/repos/${{ gitea.repository }}/issues/${{ steps.check-opened-pr-step.outputs.pr_number }}/comments")
|
||||
|
||||
${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')
|
||||
|
||||
echo "pr_url=$created_pr_url" >> $GITHUB_OUTPUT
|
||||
@@ -140,6 +142,8 @@ 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 Created 🎫 (PR \#$created_pr_index) - $created_pr_url"
|
||||
echo "created_pr_index=$created_pr_index" >> $GITHUB_OUTPUT
|
||||
echo "pr_url=$created_pr_url" >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user