From b26cece6658681e53aadf50e4e4915cbbf23a461 Mon Sep 17 00:00:00 2001 From: TheDayIsMyEnemy Date: Thu, 22 Feb 2024 10:24:20 +0200 Subject: [PATCH] update yaml --- .github/workflows/configure-new-repo.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/configure-new-repo.yml b/.github/workflows/configure-new-repo.yml index 520618a..0f18655 100644 --- a/.github/workflows/configure-new-repo.yml +++ b/.github/workflows/configure-new-repo.yml @@ -28,19 +28,19 @@ jobs: - name: Remove setup files run: rm .github/workflows/configure-new-repo.yml - - name: Commit changes - run: | - git config --local user.email "tthedayismyenemy@gmail.com" - git config --local user.name "TheDayIsMyEnemy" - git checkout -b configure-new-repo - git commit -am "Configure New Repository" - git push origin configure-new-repo + # - name: Commit changes + # run: | + # git config user.name "TheDayIsMyEnemy" + # git config user.email "thedayismyenemy@users.noreply.github.com" + # git commit -am "Configure new repository" - name: Create pull request + id: cpr uses: peter-evans/create-pull-request@v3 with: token: ${{ secrets.GITHUB_TOKEN }} - title: Configure New Repository + commit-message: Configure new repo + title: Configure new repo body: This pull request renames folders and namespaces to match the repository name. branch: configure-new-repo # delete-branch: true