From e97f3804349978c87f7841941630a322d5e613b3 Mon Sep 17 00:00:00 2001 From: gentlyxu <1243610+gentlyxu@users.noreply.github.com> Date: Sat, 29 May 2021 00:53:15 +0800 Subject: [PATCH] Update auto-rebuild.yml --- .github/workflows/auto-rebuild.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/auto-rebuild.yml b/.github/workflows/auto-rebuild.yml index b63a12eb..fb89d630 100644 --- a/.github/workflows/auto-rebuild.yml +++ b/.github/workflows/auto-rebuild.yml @@ -29,6 +29,8 @@ jobs: # Runs a set of commands using the runners shell - name: Run run: | + git config --global user.email "action@github.com" + git config --global user.name "GitHub Action[bot]" sudo update-alternatives --set php /usr/bin/php7.4 git checkout scripts /bin/bash ./scripts/build-list.sh