Skip to main content

GitHubManager.publishFilesToNewRepo

새로운 레포지토리에 주어진 내용을 게시하는 메소드입니다.

Signature

publishFilesToNewRepo: ({
contents,
paths,
isPrivate,
message,
branchName,
owner,
repo
}: PublishFilesToNewRepoParams) => Promise<void>;