Output verfiication.

This commit is contained in:
2025-11-06 08:40:34 -05:00
parent e2ac7a58d1
commit eb2958ef87
+7
View File
@@ -166,3 +166,10 @@ runs:
echo "pr_url=$CREATED_URL" >> $GITHUB_OUTPUT
fi
- name: Verify outputs
shell: bash
run: |
echo "PR Number: ${{ steps.set-pr-output.outputs.pr_number }}"
echo "PR URL: ${{ steps.set-pr-output.outputs.pr_url }}"
echo "PR Comments: ${{ steps.set-pr-output.outputs.pr_comments_url }}"
echo "PR Comment ID: ${{ steps.set-pr-output.outputs.pr_comment_id }}"