We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f003b1c commit ae094a1Copy full SHA for ae094a1
.github/workflows/add_composer.yml
@@ -48,14 +48,12 @@ jobs:
48
49
- name: Push new branch
50
run: |
51
- git push -u origin ${{ github.event.inputs.branch_name }}
+ git push origin ${{ github.event.inputs.branch_name }}
52
53
- name: Create Pull Request
54
uses: peter-evans/create-pull-request@v5
55
with:
56
token: ${{ secrets.GITHUB_TOKEN }}
57
- base: main # Change this if your default branch is not 'main'
58
- branch: ${{ github.event.inputs.branch_name }}
59
title: ${{ github.event.inputs.commit_message }}
60
body: "This PR was created automatically by GitHub Actions."
61
reviewers: "zulko"
0 commit comments