ci: fix typo in target branch placeholder
This commit is contained in:
parent
b08769f64e
commit
5a69e8c657
1 changed files with 1 additions and 1 deletions
2
.github/workflows/backport.yml
vendored
2
.github/workflows/backport.yml
vendored
|
|
@ -40,6 +40,6 @@ jobs:
|
|||
uses: korthout/backport-action@v3
|
||||
with:
|
||||
github_token: ${{ steps.app-token.outputs.token }}
|
||||
pull_title: "[${target-branch}] ${pull_title}"
|
||||
pull_title: "[${target_branch}] ${pull_title}"
|
||||
pull_description: |-
|
||||
This is an automated backport of #${pull_number}.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue