From 6feda4e3f7b41dabc3420cedb957bd4fd50f413f Mon Sep 17 00:00:00 2001 From: Brord van Wierst Date: Mon, 8 Apr 2024 23:00:39 +0200 Subject: [PATCH] set identity --- .github/workflows/auto_pull_request.yaml | 2 ++ 1 file changed, 2 insertions(+) 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