Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDayIsMyEnemy committed Feb 22, 2024
1 parent c540182 commit 1d3ee29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/configure-new-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
run: rm .github/workflows/configure-new-repo.yml

- name: Create pull request
id: cpr
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT }}
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
base: main
# delete-branch: true

0 comments on commit 1d3ee29

Please sign in to comment.