Skip to content

Commit 0c8ed58

Browse files
committed
♻️ Code Refactoring: update
1 parent 3a43000 commit 0c8ed58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package-list.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
3131
- name: Commit changes
3232
run: |
33-
git config --local user.email "amirajubolchi001@gmail.com"
34-
git config --local user.name "Raju Ghorai"
33+
git config user.name "Raju Ghorai"
34+
git config credential.username "coderj001"
3535
git add README.md
3636
git commit -m "Update package list" || true
3737
git push origin HEAD:master

0 commit comments

Comments
 (0)