Skip to content

Commit 438305a

Browse files
Update queries.sh
Co-authored-by: Kendall Gassner <[email protected]>
1 parent ad9af45 commit 438305a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function addDiscussionComment() {
2424

2525
if [ -n "$REPLY_TO_ID" ]; then
2626
gh api graphql -F discussionId="$DISCUSSION_NODE_ID" -F replyToId="$REPLY_TO_ID" -F body="$MESSAGE" -f query='
27-
mutation($discussionId: ID!, , $replyToId: ID, $body: String!) {
27+
mutation($discussionId: ID!, $replyToId: ID, $body: String!) {
2828
addDiscussionComment(input: {discussionId: $discussionId, replyToId: $replyToId, body: $body}) {
2929
comment {
3030
id

0 commit comments

Comments
 (0)