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 3dab49e commit 03959c3Copy full SHA for 03959c3
.github/workflows/add_composer.yml
@@ -54,7 +54,9 @@ jobs:
54
uses: peter-evans/create-pull-request@v5
55
with:
56
token: ${{ secrets.GITHUB_TOKEN }}
57
- base: main
+ base: "main"
58
+ branch: add-composer-${{ 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"
62
+ delete-branch: true
0 commit comments