From a4e4905c24ca6a92dd98e8c77ec45be6eaf80a6e Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 10 Mar 2025 15:35:20 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 5d0a3dd3..b1978bca 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -46,6 +46,11 @@ jobs: echo "files_found=false" >> $GITHUB_ENV fi + - name: Configure Git user + run: | + git config --global user.email "github-actions@github.com" + git config --global user.name "GitHub Actions" + - name: Create PR if files found if: env.files_found == 'true' run: |