diff --git a/.github/workflows/rebaser.yml b/.github/workflows/rebaser.yml index a4fb07f4f6d1..038124f2c684 100644 --- a/.github/workflows/rebaser.yml +++ b/.github/workflows/rebaser.yml @@ -33,6 +33,6 @@ jobs: - name: Checkout and rebase branch run: | - git checkout origin/${{ matrix.branch }} + git checkout ${{ matrix.branch }} git rebase upstream/main git push origin ${{ matrix.branch }} --force