Skip to content

Commit 568a5c5

Browse files
authored
Merge pull request #12 from seriousben/seriousben/fix-comments
2 parents e09151a + 0532db8 commit 568a5c5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: README.md

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
go-version: "*"
3737
- run: "go test -coverprofile=coverage.out -covermode=count ./..."
3838
- uses: seriousben/go-patch-cover-action@v1
39-
with:
40-
version: main
4139
```
4240
4341
Please see [GitHub's documentation on Actions](https://docs.github.com/en/actions) for extensive

Diff for: action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ runs:
149149
done
150150
else
151151
gh api graphql -X POST -F subjectId=$PULL_REQUEST_NODE_ID -F body="$comment_body" -f query='
152-
mutation AddComment($subjectId: String!, $body: String!) {
152+
mutation AddComment($subjectId: ID!, $body: String!) {
153153
addComment(input: {subjectId: $subjectId, body: $body}) {
154154
clientMutationId
155155
}

0 commit comments

Comments
 (0)