Skip to content

Commit e993c06

Browse files
authored
Update action.yml
1 parent c923d52 commit e993c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
gh pr comment $issue --body "$message"
4747
elif [[ $is_discussion = true ]]; then
4848
gh api graphql -F discussionId="$discussion_node_id" -F body="$message" -f query='
49-
mutation($discussionId: ID!, $body: String!, $replyToId: ID) {
49+
mutation($discussionId: ID!, $body: String!) {
5050
addDiscussionComment(input: {discussionId: $discussionId, body: $body}) {
5151
comment {
5252
id

0 commit comments

Comments
 (0)