We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10193bc commit f507305Copy full SHA for f507305
.github/workflows/validate-release.yml
@@ -72,7 +72,7 @@ jobs:
72
73
if [ -n "$EXISTING_COMMENT_ID" ]; then
74
echo "Updating existing comment $EXISTING_COMMENT_ID"
75
- gh api -X PATCH "/repos/${{ github.repository }}/issues/comments/$EXISTING_COMMENT_ID" --input comment-message.txt
+ gh api -X PATCH "/repos/${{ github.repository }}/pulls/comments/$EXISTING_COMMENT_ID" --input comment-message.txt
76
else
77
echo "Creating new comment"
78
gh pr comment ${{ github.event.pull_request.number }} --body-file comment-message.txt
0 commit comments