Skip to content

Commit 915dd1d

Browse files
Update auto-commit.yml
1 parent 6671911 commit 915dd1d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/auto-commit.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: Configure Git
3131
run: |
3232
# Use your GitHub email to ensure commits count on your profile
33-
git config --local user.email "adityatiwari342005@gmail.com"
34-
git config --local user.name "ADITYATIWARI342005"
33+
git config --local user.email "suntiwari3495@gmail.com"
34+
git config --local user.name "suntiwari3495-arch"
3535
# Debug: Show current branch and configuration
3636
echo "=== Git Configuration ==="
3737
echo "Current Branch: $(git branch --show-current)"
@@ -70,4 +70,5 @@ jobs:
7070
echo "=== Latest Commit ==="
7171
git log --oneline -1 --pretty=format:"%h - %an <%ae> - %s"
7272
73-
73+
74+

0 commit comments

Comments
 (0)