Skip to content

Commit 83ea9c6

Browse files
committed
fix backport script again
1 parent cea8833 commit 83ea9c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/backport/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
6363
git push origin $BACKPORT_BRANCH
6464
6565
gh pr create \
66-
--base $BASE_BRANCH \
66+
--base ${{ inputs.base_branch }} \
6767
--head $BACKPORT_BRANCH \
68-
--title "Backport PR #${{ env.PR_NUMBER }} to $BASE_BRANCH" \
69-
--body "This is an automated backport of PR #${{ env.PR_NUMBER }} to the $BASE_BRANCH branch."
68+
--title "Backport PR #${{ env.PR_NUMBER }} to ${{ inputs.base_branch }}" \
69+
--body "This is an automated backport of PR #${{ env.PR_NUMBER }} to the ${{ inputs.base_branch }} branch."

0 commit comments

Comments
 (0)