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
When I set recreateRepo to true, only the first time creation worked.
github: {recreateRepo: true,},
And the re-creation always returned Something went wrong: HttpError: Repository creation failed.: {"resource":"Repository","code":"custom","field":"name","message":"name already exists on this account"}. While it is confirmed that the repo doesn't exist.
The text was updated successfully, but these errors were encountered:
When I set
recreateRepo
to true, only the first time creation worked.And the re-creation always returned
Something went wrong: HttpError: Repository creation failed.: {"resource":"Repository","code":"custom","field":"name","message":"name already exists on this account"}.
While it is confirmed that the repo doesn't exist.The text was updated successfully, but these errors were encountered: