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
@lmayorga1980 when you fire the request you can add DEBUG=true environment variable which will add logger to the output and show you exactly what parameters are passed with the call etc... There is nothing that the library does with your parameters apart from passing them through. The docs say that by default false value is set if the parameter is missing. Your case would suggest that private is always set to true value which creates private repository. If you have time it would be good to add test to confirm the bug.
The repository gets created as a private even when passing :is_private is set to false
The text was updated successfully, but these errors were encountered: