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.
1 parent cea8833 commit 83ea9c6Copy full SHA for 83ea9c6
.github/actions/backport/action.yml
@@ -63,7 +63,7 @@ runs:
63
git push origin $BACKPORT_BRANCH
64
65
gh pr create \
66
- --base $BASE_BRANCH \
+ --base ${{ inputs.base_branch }} \
67
--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."
+ --title "Backport PR #${{ env.PR_NUMBER }} to ${{ inputs.base_branch }}" \
+ --body "This is an automated backport of PR #${{ env.PR_NUMBER }} to the ${{ inputs.base_branch }} branch."
0 commit comments