diff --git a/.github/actions/rebase/action.yaml b/.github/actions/rebase/action.yaml index 9abcce515..92b27ecb8 100644 --- a/.github/actions/rebase/action.yaml +++ b/.github/actions/rebase/action.yaml @@ -6,7 +6,6 @@ runs: steps: - name: Rebase to main run: | - git remote -v - git branch -v + git fetch origin main git rebase origin/main shell: bash