From efd9fe5ecf0bd8eae869892c1c31f8bc46180788 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Mon, 10 Jul 2023 15:32:33 -0500 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |