We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892d4a2 commit baecf96Copy full SHA for baecf96
action.yml
@@ -90,7 +90,7 @@ inputs:
90
required: false
91
default: "true"
92
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]+/ )
+ description: List of key value pairs of format_name=regexp. Each pair must be on a newline. (e.g. lowercase_chars=^[a-z]*$ )
94
95
default: ""
96
outputs:
0 commit comments