Skip to main content

GitHubManager.getCurrentCommit

현재 커밋을 가져오는 메소드입니다. @see GitHub API - Get a commit object

Signature

getCurrentCommit: ({
branchName,
owner,
repo
}: GetCurrentCommitParams) => Promise<{
commitSha: string;
treeSha: string;
}>;