Skip to content

Commit 03959c3

Browse files
committed
troubleshooting
1 parent 3dab49e commit 03959c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/add_composer.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
uses: peter-evans/create-pull-request@v5
5555
with:
5656
token: ${{ secrets.GITHUB_TOKEN }}
57-
base: main
57+
base: "main"
58+
branch: add-composer-${{ github.event.inputs.branch_name }}
5859
title: ${{ github.event.inputs.commit_message }}
5960
body: "This PR was created automatically by GitHub Actions."
6061
reviewers: "zulko"
62+
delete-branch: true

0 commit comments

Comments
 (0)