8000 Update git.ts · ushmm/github-pages-deploy-action@1835c86 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1835c86

Browse files
committed
Update git.ts
1 parent 781d9e3 commit 1835c86

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/git.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ export async function init(action: ActionInterface): Promise<void | Error> {
2323

2424
await execute(`git init`, action.workspace, action.silent)
2525

26-
await execute(
27-
`git commit -m "Initial commit" --allow-empty`,
28-
action.workspace,
29-
action.silent
30-
)
31-
3226
await execute(
3327
`git config --global --add safe.directory "${action.workspace}"`,
3428
action.workspace,

0 commit comments

Comments
 (0)
0