8000 Deploy Production Code for Commit ad0890fdfafd538f8b302f3855f3f0b0d92… · CasP0/github-pages-deploy-action@2d81e82 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d81e82

Browse files
committed
Deploy Production Code for Commit ad0890f 🚀
1 parent ad0890f commit 2d81e82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/git.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ function init(action) {
2727
(0, core_1.info)(`Deploying using ${action.tokenType}… 🔑`);
2828
(0, core_1.info)('Configuring git…');
2929
yield (0, execute_1.execute)(`git init`, action.workspace, action.silent);
30-
yield (0, execute_1.execute)(`git commit -m "Initial commit" --allow-empty`, action.workspace, action.silent);
3130
yield (0, execute_1.execute)(`git config --global --add safe.directory "${action.workspace}"`, action.workspace, action.silent);
3231
yield (0, execute_1.execute)(`git config user.name "${action.name}"`, action.workspace, action.silent);
3332
yield (0, execute_1.execute)(`git config user.email "${action.email}"`, action.workspace, action.silent);

0 commit comments

Comments
 (0)
0