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: | 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