diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 1cd1179..f5b94b9 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 "${{ secrets.GIT_USER_NAME }}" + git config --global user.email "actions@github.com" + git config --global user.name "GitHub Actions" - name: Update submodules run: |