diff --git a/.github/workflows/auto_pull_request.yaml b/.github/workflows/auto_pull_request.yaml index 9ba416156..687d0abec 100644 --- a/.github/workflows/auto_pull_request.yaml +++ b/.github/workflows/auto_pull_request.yaml @@ -19,6 +19,8 @@ jobs: - name: Pull changes from FluffyChat run: | + git config --global user.email "${{ secrets.CI_EMAIL }}" + git config --global user.name "${{ secrets.CI_USERNAME }}" git remote add fluffychat https://github.com/krille-chan/fluffychat git fetch fluffychat main git merge --no-edit fluffychat/main --allow-unrelated-histories