diff --git a/src/platforms/github.ts b/src/platforms/github.ts index afb14efb..8bb89823 100644 --- a/src/platforms/github.ts +++ b/src/platforms/github.ts @@ -133,6 +133,8 @@ export const getGitHubPublicFork = async (): Promise => { }; export const getGitHubMeta = async (params: RepoParams) => { + console.log('getGitHubMeta', params); + const urlOwner = getGitHubUrlOwner(params); const urlRepo = getGitHubUrlRepo(params); const urlBranch = getGitHubUrlBranch(params);