Skip to content

Commit aac2a89

Browse files
authored
Update lovnishverma.yml
1 parent 7087612 commit aac2a89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lovnishverma.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Commit updates
5454
run: |
5555
git config --global user.name "lovnishverma"
56-
git config --global user.email "technicalboyprince@gmail.com"
56+
git config --global user.email "princelv84@gmail.com"
5757
5858
git add .sync/
5959
@@ -87,7 +87,7 @@ jobs:
8787
8888
if ! git diff --quiet .sync/; then
8989
git config --global user.name "lovnishverma"
90-
git config --global user.email "technicalboyprince@gmail.com"
90+
git config --global user.email "princelv84@gmail.com"
9191
9292
git add .sync/
9393
git commit -m "Clean up old sync logs"

0 commit comments

Comments
 (0)