Skip to content

Commit

Permalink
pr & send-comment usage
Browse files Browse the repository at this point in the history
- follow-up to iterative/cml#791
  • Loading branch information
casperdcl committed Oct 29, 2021
1 parent 21f18f4 commit 0cdc89e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion content/docs/ref/send-comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ Post a markdown comment on a commit.
cml send-comment ./report.md
```

If there's an associated pull/merge request, consider adding the `--pr` and
If there's an associated pull/merge request, consider adding the `--pr` and
`--update` flags.

ⓘ If `cml pr` was used earlier in the workflow, use `--commit-sha=HEAD` to post
comments to the new PR if desired.

## Common error messages

### Bitbucket
Expand Down

0 comments on commit 0cdc89e

Please sign in to comment.