From 1835c8679c9ef1ff0b7781f97852fd1aac1399cc Mon Sep 17 00:00:00 2001 From: James Ives Date: Wed, 27 Apr 2022 11:22:54 -0400 Subject: [PATCH] Update git.ts --- src/git.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/git.ts b/src/git.ts index f325db43..32d5cf69 100644 --- a/src/git.ts +++ b/src/git.ts @@ -23,12 +23,6 @@ export async function init(action: ActionInterface): Promise { await execute(`git init`, action.workspace, action.silent) - await execute( - `git commit -m "Initial commit" --allow-empty`, - action.workspace, - action.silent - ) - await execute( `git config --global --add safe.directory "${action.workspace}"`, action.workspace,