Fix PR comment
This commit is contained in:
@@ -45,10 +45,6 @@ export async function initRepoAndPush({
|
||||
dot: true,
|
||||
});
|
||||
|
||||
await git.init({
|
||||
dir,
|
||||
});
|
||||
|
||||
for (const filepath of paths) {
|
||||
await git.add({ dir, filepath });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user