We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e09151a + 0532db8 commit 568a5c5Copy full SHA for 568a5c5
README.md
@@ -36,8 +36,6 @@ jobs:
36
go-version: "*"
37
- run: "go test -coverprofile=coverage.out -covermode=count ./..."
38
- uses: seriousben/go-patch-cover-action@v1
39
- with:
40
- version: main
41
```
42
43
Please see [GitHub's documentation on Actions](https://docs.github.com/en/actions) for extensive
action.yaml
@@ -149,7 +149,7 @@ runs:
149
done
150
else
151
gh api graphql -X POST -F subjectId=$PULL_REQUEST_NODE_ID -F body="$comment_body" -f query='
152
- mutation AddComment($subjectId: String!, $body: String!) {
+ mutation AddComment($subjectId: ID!, $body: String!) {
153
addComment(input: {subjectId: $subjectId, body: $body}) {
154
clientMutationId
155
}
0 commit comments