mirror of
https://github.com/unsplash/comment-on-pr.git
synced 2024-11-10 09:02:32 +08:00
Make default regex default values empty strings
We use a YAML nil `~` to provide a default of empty string.
This commit is contained in:
parent
ffe8f97ccc
commit
8c517e3fa6
1 changed files with 2 additions and 1 deletions
|
@ -15,10 +15,11 @@ inputs:
|
|||
delete_prev_regex_msg:
|
||||
description: If not empty, all messages matching the given regex will be deleted.
|
||||
required: false
|
||||
default: nil
|
||||
default: ~
|
||||
duplicate_msg_pattern:
|
||||
description: Optional pattern to use when checking for duplicate message.
|
||||
required: false
|
||||
default: ~
|
||||
|
||||
runs:
|
||||
using: 'docker'
|
||||
|
|
Loading…
Reference in a new issue