mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-15 20:56:31 +00:00
Explain delete a bit more (#372)
* Explain `delete` a bit more * Apply suggestions from code review Co-authored-by: marocchino <marocchino@users.noreply.github.com>
This commit is contained in:
parent
4a39893edd
commit
7a381217a7
1 changed files with 2 additions and 1 deletions
|
|
@ -107,6 +107,7 @@ with:
|
|||
```yaml
|
||||
uses: marocchino/sticky-pull-request-comment@v2
|
||||
with:
|
||||
header: <same-header-as-the-step-that-added-the-comment>
|
||||
delete: true
|
||||
```
|
||||
|
||||
|
|
@ -131,7 +132,7 @@ is explicitly passed, this problem can be solved by just removing it.
|
|||
|
||||
### `delete`
|
||||
|
||||
**Optional** Delete the previously created comment. Only `true` is allowed. Just skip this option when you don't need it.
|
||||
**Optional** Delete a previously created comment. Use `header` to point to which comment you want to delete. Only `true` is allowed (i.e. delete this option if you don't need it).
|
||||
|
||||
### `message`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue