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 ae2dd30 commit 28bdb42Copy full SHA for 28bdb42
.github/workflows/package-list.yml
@@ -30,8 +30,8 @@ jobs:
30
31
- name: Commit changes
32
run: |
33
- git config --global user.name "Raju Ghorai"
34
- git config --global credential.username "coderj001"
+ git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
+ git config --local user.name "github-actions[bot]"
35
git add README.md
36
git commit -m "Update package list" || true
37
git push origin HEAD:master
0 commit comments