Skip to content

Commit d4531da

Browse files
committed
temoved rebase as it was non sense
1 parent ae62f22 commit d4531da

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/promote-branch.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,6 @@ jobs:
206206
git switch ${{ needs.workflow-variables.outputs.base-branch }}
207207
git checkout -b ${{ needs.workflow-variables.outputs.target-branch }} origin/${{ needs.workflow-variables.outputs.target-branch }} || git checkout -b ${{ needs.workflow-variables.outputs.target-branch }}
208208
git push --set-upstream origin ${{ needs.workflow-variables.outputs.target-branch }}
209-
- name: 'Rebase target onto current'
210-
run: |
211-
git checkout -b ${{ github.ref_name }}
212-
git rebase ${{ needs.workflow-variables.outputs.target-branch }}
213209
- name: 'Create PR: "Promote ${{ env.current-branch }} to ${{ env.target-branch }}"'
214210
if: ${{ needs.workflow-variables.outputs.pull-request-exists == 'false' }}
215211
env:

0 commit comments

Comments
 (0)