Skip to content

Commit

Permalink
fix: change git username
Browse files Browse the repository at this point in the history
  • Loading branch information
KareemMAX authored Sep 6, 2023
1 parent 5a5ee81 commit 6e75450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Update submodules
run: |
git config --global user.email "[email protected]"
git config --global user.name "ivy-seed"
git config --global user.name "ivy-branch"
git submodule update --remote docs/demos
git add .
git commit -m "Update demos 🤖"
Expand Down

0 comments on commit 6e75450

Please sign in to comment.