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,