Skip to content

Commit baecf96

Browse files
authored
chore: fix example in action description
1 parent 892d4a2 commit baecf96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ inputs:
9090
required: false
9191
default: "true"
9292
ajv_custom_regexp_formats:
93-
description: List of key value pairs of format_name=regexp. Each pair must be on a newline. (e.g. lowercase_chars=/[a-z]+/ )
93+
description: List of key value pairs of format_name=regexp. Each pair must be on a newline. (e.g. lowercase_chars=^[a-z]*$ )
9494
required: false
9595
default: ""
9696
outputs:

0 commit comments

Comments
 (0)