Skip to content

Commit

Permalink
Update input descriptions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jeffreyguenther committed Oct 2, 2021
1 parent d728af3 commit eab3a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ inputs:
required: false
default: true
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
default: ~
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
default: ~

Expand Down

0 comments on commit eab3a30

Please sign in to comment.