We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6671911 commit 915dd1dCopy full SHA for 915dd1d
.github/workflows/auto-commit.yml
@@ -30,8 +30,8 @@ jobs:
30
- name: Configure Git
31
run: |
32
# 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"
+ git config --local user.email "suntiwari3495@gmail.com"
+ git config --local user.name "suntiwari3495-arch"
35
# Debug: Show current branch and configuration
36
echo "=== Git Configuration ==="
37
echo "Current Branch: $(git branch --show-current)"
@@ -70,4 +70,5 @@ jobs:
70
echo "=== Latest Commit ==="
71
git log --oneline -1 --pretty=format:"%h - %an <%ae> - %s"
72
73
-
+
74
0 commit comments