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 0c8ed58 commit ae2dd30Copy full SHA for ae2dd30
.github/workflows/package-list.yml
@@ -30,8 +30,8 @@ jobs:
30
31
- name: Commit changes
32
run: |
33
- git config user.name "Raju Ghorai"
34
- git config credential.username "coderj001"
+ git config --global user.name "Raju Ghorai"
+ git config --global 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