From 4766e9ea8a5b25eb6499d1863de38f7d9c81dcf3 Mon Sep 17 00:00:00 2001 From: Balackburn <93828569+Balackburn@users.noreply.github.com> Date: Mon, 10 Jul 2023 13:28:02 +0200 Subject: [PATCH] github action edit --- .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 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: |