Skip to content

Commit ae094a1

Browse files
committed
troubleshooting
1 parent f003b1c commit ae094a1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/add_composer.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,12 @@ jobs:
4848
4949
- name: Push new branch
5050
run: |
51-
git push -u origin ${{ github.event.inputs.branch_name }}
51+
git push origin ${{ github.event.inputs.branch_name }}
5252
5353
- name: Create Pull Request
5454
uses: peter-evans/create-pull-request@v5
5555
with:
5656
token: ${{ secrets.GITHUB_TOKEN }}
57-
base: main # Change this if your default branch is not 'main'
58-
branch: ${{ github.event.inputs.branch_name }}
5957
title: ${{ github.event.inputs.commit_message }}
6058
body: "This PR was created automatically by GitHub Actions."
6159
reviewers: "zulko"

0 commit comments

Comments
 (0)