Skip to content

Commit

Permalink
Update auto_merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrich-egg authored Apr 22, 2024
1 parent 5186f76 commit ddb51b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.PAT_TOKEN }}
branch: main # Adjust this according to your main branch name in your forked repository
branch: master # Adjust this according to your main branch name in your forked repository
base: main # Adjust this according to your main branch name in the base repository
title: Automatically generated PR
body: |
Expand Down

0 comments on commit ddb51b3

Please sign in to comment.