Create Project
Creates a GitLab project.
External Documentation
To learn more, visit the GitLab documentation.
Parameters
Parameter | Description |
---|---|
Description | Short project decription. |
Initialize With Readme | false by default. |
Name | The name of the new project. Equals path if not provided. |
Path | Repository name for new project. Generated based on name if not provided (generated as lowercase with dashes). |
Visibility | Project in GitLab can be either private, internal or public. This is determined by the visibility field in the project. Values for the project visibility level are: private: project access must be granted explicitly for each user. internal: the project can be cloned by any signed-in user except external users. public: the project can be accessed without any authentication. |
Workflow Library Example
Create Project with Gitlab and Send Results Via Email
Preview this Workflow on desktop