Add _ in git-owner regexp

This commit is contained in:
ks
2024-05-15 03:53:27 +00:00
parent 8236ae0642
commit 1b55549a53

View File

@ -1,5 +1,5 @@
[placeholders] [placeholders]
git-owner = { prompt = "Gitea owner or organization name", type = "string", regex = "^[A-Za-z0-9][A-Za-z0-9-]{0,38}$" } git-owner = { prompt = "Gitea owner or organization name", type = "string", regex = "^[A-Za-z0-9][A-Za-z0-9-_]{0,38}$" }
use_postgres = { prompt = "Do you use PostgreSQL for tests?", type = "bool", default = false } use_postgres = { prompt = "Do you use PostgreSQL for tests?", type = "bool", default = false }
[template] [template]