[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [GithubRemote](./cautious-journey.githubremote.md) > [resolvePath](./cautious-journey.githubremote.resolvepath.md) ## GithubRemote.resolvePath() method Signature: ```typescript resolvePath(project: string): Promise<{ owner: string; repo: string; }>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | project | string | | Returns: Promise<{ owner: string; repo: string; }>