action-docs
action-docs copied to clipboard
Cannot deal with regex string as default input
Given I have defined an input and provided a default value which is a regex (the regex I have used is to detect semantic versioning: ^v[0-9]+\.[0-9]+\.[0-9]+.*$
)
When the generate docs action runs
The regex is not interpreted as plain text and ends up inserting part of the beginning of the readme file into the readme within the inputs table cell where the default value is also inserted
Example here: https://github.com/larmitage-bjss/fork-action-docs-action/pull/2/files