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.
2 parents 75c4193 + 5a993b2 commit 9530141Copy full SHA for 9530141
.github/workflows/ci-pull-request.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Create Pull Request (${{ inputs.type }})
60
uses: peter-evans/create-pull-request@v7
61
with:
62
- title: Auto-created pull request into `${{ github.ref_name }}` from `${{ inputs.target-branch }}`
+ title: Auto-created pull request into `${{ inputs.target-branch }}` from `${{ github.ref_name }}`
63
token: ${{ secrets.GITHUB_TOKEN }}
64
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
65
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
0 commit comments