diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 306b3878..2bec5e82 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -19,7 +19,7 @@ jobs: - name: Update submodules run: | git config --global user.email "ivydl.team@gmail.com" - 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 🤖"