Skip to content

Commit ae2dd30

Browse files
committed
✨ Features: update code
1 parent 0c8ed58 commit ae2dd30

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 user.name "Raju Ghorai"
34-
git config credential.username "coderj001"
33+
git config --global user.name "Raju Ghorai"
34+
git config --global 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)