From e1939faadd3d2e6864d41bb46aad6a57d30d5d1f Mon Sep 17 00:00:00 2001 From: Igor Dejanovic Date: Thu, 20 Jun 2024 16:09:12 +0200 Subject: [PATCH] ci: rebase onto remote ref --- .github/workflows/update-rust-overlay.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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