Skip to content

Commit 0bed046

Browse files
authored
Update webpack.yml
1 parent 18c049a commit 0bed046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/webpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
npm install
3030
npm run build
3131
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
32-
git config --global user.email "[email protected]"
33-
git config --global user.name "previ"
32+
git config --global user.email "[email protected]"
33+
git config --global user.name "coderbot"
3434
npm run deploy
3535

0 commit comments

Comments
 (0)