Skip to content

Commit 28bdb42

Browse files
committed
🐞 Bug Fixes: update code
1 parent ae2dd30 commit 28bdb42

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 --global user.name "Raju Ghorai"
34-
git config --global credential.username "coderj001"
33+
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
34+
git config --local user.name "github-actions[bot]"
3535
git add README.md
3636
git commit -m "Update package list" || true
3737
git push origin HEAD:master

0 commit comments

Comments
 (0)