Skip to content

Commit

Permalink
docs(web-modeler): correct gitlab path path-creation statement
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobiCamunda committed Dec 11, 2024
1 parent 381b366 commit 27c3554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/modeler/web-modeler/git-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ When using a self-hosted GitLab instance, ensure the environment variable `CAMUN
- **Project ID:** The ID copied from the GitLab project settings.
- **GitLab repository URL:** The base URL of the repository you want to sync with, for example `https://gilab.com/camunda/example-repo`. The URL cannot contain the `.git` extension or a folder path.
- **Branch name:** The branch name to use for merging and managing changes.
- **Path:** (optional) The path to the folder containing your process application files. If left empty, Web Modeler syncs with the root of the repository. This path is **not** automatically created if it does not exist.
- **Path:** (optional) The path to the folder containing your process application files. If left empty, Web Modeler syncs with the root of the repository. This path is automatically created if it does not exist.

4. Click **Open repository** to test your configuration. The repository for the provided branch and optional path opens in a new tab.

Expand Down

0 comments on commit 27c3554

Please sign in to comment.