You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: