You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,8 @@ jobs:
88
88
| update-only | with | Only update the comment if it already exists. | no | false |
89
89
| GITHUB_TOKEN | env | Valid GitHub token, can alternatively be defined in the env. | no | |
90
90
| preformatted | with | Treat message text as pre-formatted and place it in a codeblock | no | |
91
+
| find | with | Patterns to find in an existing message and replace with either `replace` text or a resolved `message`. See [Find-and-Replace](#find-and-replace) for more detail. | no | |
92
+
| replace | with | Strings to replace a found pattern with. Each new line is a new replacement, or if you only have one pattern, you can replace with a multiline string. | no | |
0 commit comments