Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel committed May 8, 2024
1 parent 7e31e0b commit 260a89f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/actions/rebase/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ description: 'Action for rebasing to the main branch'
runs:
using: 'composite'
steps:
- name: Rebase to upstream/main
- name: Rebase to main
run: |
git remote -v
git rebase upstream/main
git rebase origin/main
shell: bash

0 comments on commit 260a89f

Please sign in to comment.