diff --git a/.github/workflows/update-rust-overlay.yml b/.github/workflows/update-rust-overlay.yml index 85a82c85..6e5b8f6a 100644 --- a/.github/workflows/update-rust-overlay.yml +++ b/.github/workflows/update-rust-overlay.yml @@ -25,7 +25,7 @@ jobs: git config user.email "action@github.com" git add flake.lock git commit -m "build: update rust-overlay" - git rebase main + git rebase origin/main - name: Push changes if: steps.commit.outcome == 'success' uses: ad-m/github-push-action@master