Skip to content

Commit

Permalink
ci: Improve git merge strategy by adding --no-rebase param
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavotrott committed Feb 18, 2025
1 parent df3f79a commit ff9e551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/merge-branches/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ runs:
git config user.name "BBB Automated Tests"
git config user.email "[email protected]"
git config pull.rebase false
git pull origin pull/${{ github.event.number }}/head:${{ github.head_ref }}
git pull --no-rebase --no-edit origin pull/${{ github.event.number }}/head:${{ github.head_ref }}

0 comments on commit ff9e551

Please sign in to comment.