Skip to content

Commit 8ab8b2e

Browse files
Update .github/workflows/discussion-welcome.yml
Co-authored-by: Nina Doschek <[email protected]>
1 parent 3aabd05 commit 8ab8b2e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/discussion-welcome.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ jobs:
3737
await github.graphql(`
3838
mutation($discussionId: ID!, $body: String!) {
3939
addDiscussionComment(input: {discussionId: $discussionId, body: $body}) {
40-
comment {
41-
id
42-
}
40+
clientMutationId
4341
}
4442
}
4543
`, {

0 commit comments

Comments
 (0)