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
Message: fmt.Sprintf("Enter your %s username or organization", vcsProvider),
1302
1303
Default: opts.cfg.OrbPublishing.DefaultOwner,
1303
1304
}
1305
+
ifvcsProvider=="GitHub" {
1306
+
iprompt=&survey.Input{
1307
+
Message: fmt.Sprintf("If your organization is using CircleCI’s GitHub App integration (see %s to check), enter your organization ID found in Organization Settings. If not, enter your organization name as a string.",
0 commit comments