We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68fe344 commit 2c4c493Copy full SHA for 2c4c493
install.sh
@@ -258,6 +258,8 @@ echo -e "${DIM}Leave empty to connect Plumber to the entire GitLab instance${NC}
258
echo -e "${DIM}(requires GitLab instance Admin to run onboarding).${NC}"
259
echo -e "${DIM}Or enter a group path to limit Plumber to that group${NC}"
260
echo -e "${DIM}(requires at least Maintainer role in the group).${NC}"
261
+echo -e "${DIM}On GitLab.com or non-self-hosted instances, use the exact group path as defined in GitLab (the 'full_path'),${NC}"
262
+echo -e "${DIM}which may differ from the display name and can include a suffix added by GitLab for uniqueness.${NC}"
263
prompt_optional ORGANIZATION "GitLab group path"
264
265
# GitLab OIDC
0 commit comments