File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,8 +59,6 @@ export const syncReposHandler = async ({
5959 config : [
6060 `user.name=pma[bot]` ,
6161 `user.email=${ input . source . octokit . installationId } +pma[bot]@users.noreply.github.com` ,
62- // Disable any global git hooks to prevent potential interference when running the app locally
63- 'core.hooksPath=/dev/null' ,
6462 ] ,
6563 }
6664
Original file line number Diff line number Diff line change @@ -94,8 +94,6 @@ export const createMirrorHandler = async ({
9494 `user.name=pma[bot]` ,
9595 // We want to use the private installation ID as the email so that we can push to the private repo
9696 `user.email=${ privateInstallationId } +pma[bot]@users.noreply.github.com` ,
97- // Disable any global git hooks to prevent potential interference when running the app locally
98- 'core.hooksPath=/dev/null' ,
9997 ] ,
10098 }
10199 const git = simpleGit ( tempDir , options )
You can’t perform that action at this time.
0 commit comments