From 7ed046a8fc2e7dc945c7c97ca08eeb16e386a646 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Tue, 19 Sep 2023 20:13:44 -0500 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index bf04d8e..de0cfd2 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Git run: | git config --global user.email "actions@github.com" - git config --global user.name "GitHub Actions + git config --global user.name "GitHub Actions" - name: Update submodules run: |