action-docs icon indicating copy to clipboard operation
action-docs copied to clipboard

Cannot deal with regex string as default input

Open larmitage-bjss opened this issue 8 months ago • 0 comments

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

larmitage-bjss avatar Jun 10 '24 13:06 larmitage-bjss