GithubUtilsExtractRepoDetailsFromUrl()On this pageExtractRepoDetailsFromUrl()github url 를 받아 owner와 repo를 반환합니다. Signature extractRepoDetailsFromUrl: (url: string) => { owner: string; repo: string;} Parameters ParameterTypeDescriptionurlstring유효한 github repository url Returns { owner: string; repo: string; }