Set gitlab API to v4 https://github.com/MarcelSimon/MigrateGitlabToGogs/issues/5
This commit is contained in:
parent
159182b5f0
commit
a31779370c
@ -33,7 +33,7 @@ print(' as private repositories.')
|
||||
input('Hit any key to continue!')
|
||||
|
||||
gogs_url = args.target_repo + "/api/v1"
|
||||
gitlab_url = args.source_repo + '/api/v3'
|
||||
gitlab_url = args.source_repo + '/api/v4'
|
||||
|
||||
gogs_token = input(("\n\nPlease provide the gogs access token which we use to access \n"
|
||||
"your account. This is NOT your password! Go to \n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user