diff --git a/README.md b/README.md index c5bdf1f..448bb07 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ with: ```yaml uses: marocchino/sticky-pull-request-comment@v2 with: + header: 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`