diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 7c5faad..3e16091 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -13,8 +13,8 @@ jobs: - name: Set up Git run: | - git config --global user.email "${{ secrets.GIT_USER_EMAIL }}" - git config --global user.name "arichorn" + git config --global user.email "actions@github.com" + git config --global user.name "GitHub Actions" - name: Update submodules run: |