Skip to content

Commit

Permalink
fix backport script again
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Dec 10, 2024
1 parent cea8833 commit 83ea9c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/backport/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:
git push origin $BACKPORT_BRANCH
gh pr create \
--base $BASE_BRANCH \
--base ${{ inputs.base_branch }} \
--head $BACKPORT_BRANCH \
--title "Backport PR #${{ env.PR_NUMBER }} to $BASE_BRANCH" \
--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 comments on commit 83ea9c6

Please sign in to comment.