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 c923d52 commit e993c06Copy full SHA for e993c06
action.yml
@@ -46,7 +46,7 @@ runs:
46
gh pr comment $issue --body "$message"
47
elif [[ $is_discussion = true ]]; then
48
gh api graphql -F discussionId="$discussion_node_id" -F body="$message" -f query='
49
- mutation($discussionId: ID!, $body: String!, $replyToId: ID) {
+ mutation($discussionId: ID!, $body: String!) {
50
addDiscussionComment(input: {discussionId: $discussionId, body: $body}) {
51
comment {
52
id
0 commit comments