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
description="Domain of the hosting service used for the repository (e.g. [b]github.com[/b], [b]gitlab.com[/b] or other GitLab instance).",
267
267
)
268
268
project_org: str=Field(
269
269
None,
270
-
description="GitHub Organization, GitLab Group or Git[Hub|Lab] Username (where the remote repository is located).",
270
+
description="GitHub Organization, GitLab Group or Git[Hub|Lab] Username (where the remote repository is/will be located).",
271
271
)
272
272
project_slug: str=Field(
273
273
None,
@@ -278,9 +278,9 @@ def is_default(self) -> bool:
278
278
None,
279
279
description="Domain where the GitHub/GitLab Pages are served (e.g. github.com -> [b]github.io[/b], gitlab.com -> [b]gitlab.io[/b], helmholtz.cloud -> [b]pages.hzdr.de[/b])",
280
280
)
281
-
project_pages_url: HttpUrl=Field(
281
+
project_pages_url: MyHttpUrl=Field(
282
282
None,
283
-
description="URL where the Git[Hub|Lab] Pages will be served.",
283
+
description="URL where the project Git[Hub|Lab] Pages will be served (if you don't know yet, enter some fake URL and change it later).",
0 commit comments