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