mirror of
https://github.com/mshick/add-pr-comment.git
synced 2025-12-31 14:20:32 +11:00
Update action.yml to add find and replace
This commit is contained in:
parent
918f138773
commit
12282e9c93
1 changed files with 4 additions and 2 deletions
|
|
@ -59,8 +59,10 @@ inputs:
|
||||||
preformatted:
|
preformatted:
|
||||||
description: "Treat message text (from a file or input) as pre-formatted and place it in a codeblock."
|
description: "Treat message text (from a file or input) as pre-formatted and place it in a codeblock."
|
||||||
required: false
|
required: false
|
||||||
message-pattern:
|
find:
|
||||||
description: "A regular expression to find and replace using the evaluated message."
|
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:
|
outputs:
|
||||||
comment-created:
|
comment-created:
|
||||||
description: "Whether a comment was created."
|
description: "Whether a comment was created."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue