zero icon indicating copy to clipboard operation
zero copied to clipboard

Fix `gh` check failing due to missing github organization

Open bmonkman opened this issue 3 years ago • 1 comments

If someone chooses not to automatically check their created repositories into github we skip the follow-up question which asks for the github organization to use. This has the unintended side effect of causing the module checks for gh to fail since they attempt to use the github org in the API call. Maybe let's just reword this in internal/init/init.go to something like "What's the root of the github organization that will own these repositories?" and always ask it.

bmonkman avatar Feb 24 '22 00:02 bmonkman

https://github.com/commitdev/zero/pull/462

sachinsmc avatar Feb 27 '22 19:02 sachinsmc