Update input descriptions

We want to make thse messages consistent and read in the positive.
"not empty" is harder to understand than "provided".

Also, let's match the description formats.
This commit is contained in:
Jeffrey Guenther 2021-10-01 17:15:59 -07:00
parent d728af3ba7
commit eab3a30f7b

View file

@ -13,11 +13,11 @@ inputs:
required: false required: false
default: true default: true
delete_prev_regex_msg: delete_prev_regex_msg:
description: If not empty, all messages matching the given regex will be deleted. description: If provided, all messages matching the given regex will be deleted.
required: false required: false
default: ~ default: ~
duplicate_msg_pattern: duplicate_msg_pattern:
description: Optional pattern to use when checking for duplicate message. description: If provided, the regex pattern will be used when checking for duplicate messages.
required: false required: false
default: ~ default: ~