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
chore(dogfood): replace repo_dir with base_repo_dir in git-clone module
After coder/modules#124, the `git-clone` module automatically appends and creates the path with the repo name, so we need to change the `path` input to specify the `repo_base_dir`.
The `repo_dir` must still be passed to `code-server` and `jetbrains-gateway` modules and to set the `dir` field of `coder_agent`
description="The directory specified will be created and [coder/coder](https://github.com/coder/coder) will be automatically cloned into it 🪄."
43
+
name="Coder Repository Base Directory"
44
+
default="~"
45
+
description="The directory specified will be created and [coder/coder](https://github.com/coder/coder) will be automatically cloned into `coder` subdirectory in it 🪄."
0 commit comments