Add temporary github api logging
This commit is contained in:
parent
006fcb0325
commit
ed09932f31
@ -133,6 +133,8 @@ export const getGitHubPublicFork = async (): Promise<RepoParams> => {
|
||||
};
|
||||
|
||||
export const getGitHubMeta = async (params: RepoParams) => {
|
||||
console.log('getGitHubMeta', params);
|
||||
|
||||
const urlOwner = getGitHubUrlOwner(params);
|
||||
const urlRepo = getGitHubUrlRepo(params);
|
||||
const urlBranch = getGitHubUrlBranch(params);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user