Add temporary github api logging

This commit is contained in:
Sam Becker 2025-02-18 19:55:47 -06:00
parent 006fcb0325
commit ed09932f31

View File

@ -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);