Output verfiication.

This commit is contained in:
2025-11-06 09:18:45 -05:00
parent 18a9abfa20
commit 161b2d918b
+3 -3
View File
@@ -108,9 +108,9 @@ runs:
pr_comment_uri=$(echo "${{ gitea.api_url }}/repos/${{ gitea.repository }}/issues/comments/${pr_comment_id}")
echo "pr_url=$created_pr_url" >> $GITHUB_OUTPUT
echo "pr_comments_url=$(echo ${pr_comments_url})" >> $GITHUB_OUTPUT
echo "pr_comment_id=$(echo ${pr_comment_id})" >> $GITHUB_OUTPUT
echo "pr_comment_uri=$(echo ${pr_comment_uri})" >> $GITHUB_OUTPUT
echo "pr_comments_url=$pr_comments_url" >> $GITHUB_OUTPUT
echo "pr_comment_id=$pr_comment_id" >> $GITHUB_OUTPUT
echo "pr_comment_uri=$pr_comment_uri" >> $GITHUB_OUTPUT
- name: PR Creation
shell: bash