Skip to content

Commit

Permalink
docs: more info on update comment mode
Browse files Browse the repository at this point in the history
  • Loading branch information
thollander committed Dec 14, 2022
1 parent 604a0da commit 5e59ebd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -58,7 +58,7 @@ That is particularly useful for manual workflow for instance (`workflow_run`).
```


### Upsert a comment
### Update a comment

Editing an existing comment is also possible thanks to the `comment_tag` input.

Expand All @@ -77,6 +77,8 @@ _That is particularly interesting while committing multiple times in a PR and th
comment_tag: execution
```

Note: the input `mode` can be used to either `upsert` (by default) or `recreate` the comment (= delete and create)

## Inputs

### Action inputs
Expand Down

0 comments on commit 5e59ebd

Please sign in to comment.