Skip to content

Commit

Permalink
chore(workflows): correct branchname for backport
Browse files Browse the repository at this point in the history
  • Loading branch information
tasso94 authored Dec 19, 2023
1 parent 5ac10bd commit 411d1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
pull_description: |-
# Description
Backport of ${{ github.repository_owner }}/${{ github.event.repository.name }}#${pull_number} to `${target_branch}`.
pull_branchname: ${target}-backport-${pull_number}
pull_branchname: ${target_branch}-backport-${pull_number}

0 comments on commit 411d1ef

Please sign in to comment.