Skip to content

Commit

Permalink
Change rebase to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
akucharska committed Jan 30, 2025
1 parent 3269347 commit 6e158af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/rebase/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ runs:
git switch --detach ${{ github.sha }}
shell: bash

- name: Rebase to main
- name: Merge to main
run: |
git rebase main
git merge main
shell: bash

- name: Print branch log
Expand Down

0 comments on commit 6e158af

Please sign in to comment.