From 2f147a718d831a03d9f86b7c923d41ba49832679 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 10 Mar 2025 15:33:18 +0100 Subject: [PATCH 1/2] WF --- ct/{done => }/wf-test.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ct/{done => }/wf-test.sh (100%) diff --git a/ct/done/wf-test.sh b/ct/wf-test.sh similarity index 100% rename from ct/done/wf-test.sh rename to ct/wf-test.sh From a4e4905c24ca6a92dd98e8c77ec45be6eaf80a6e Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 10 Mar 2025 15:35:20 +0100 Subject: [PATCH 2/2] 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: |