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 3a43000 commit 0c8ed58Copy full SHA for 0c8ed58
.github/workflows/package-list.yml
@@ -30,8 +30,8 @@ jobs:
30
31
- name: Commit changes
32
run: |
33
- git config --local user.email "amirajubolchi001@gmail.com"
34
- git config --local user.name "Raju Ghorai"
+ git config user.name "Raju Ghorai"
+ git config credential.username "coderj001"
35
git add README.md
36
git commit -m "Update package list" || true
37
git push origin HEAD:master
0 commit comments