Skip to content

Commit

Permalink
Update action.yml to add find and replace
Browse files Browse the repository at this point in the history
  • Loading branch information
mshick committed May 12, 2023
1 parent 918f138 commit 12282e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions action.yml
Expand Up @@ -59,8 +59,10 @@ inputs:
preformatted:
description: "Treat message text (from a file or input) as pre-formatted and place it in a codeblock."
required: false
message-pattern:
description: "A regular expression to find and replace using the evaluated message."
find:
description: "A regular expression to find for replacement. Multiple lines become individual regular expressions."
replace:
description: "A replacement to use, overrides the message. Multple lines can replace same-indexed find patterns."
outputs:
comment-created:
description: "Whether a comment was created."
Expand Down

0 comments on commit 12282e9

Please sign in to comment.