We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae31847 + efd7429 commit 7ef0868Copy full SHA for 7ef0868
1 file changed
.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: PR Auto-created to ${{ inputs.target-branch }} from ${{ github.ref }}
+ title: Auto-created pull request from `${{ github.ref_name }}` to `${{ inputs.target-branch }}`
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