From 57e320d9dea39910f496a993b40f7a5359b162f3 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Mon, 10 Mar 2025 21:21:37 +0100 Subject: [PATCH] Update move-to-main-repo.yaml --- .github/workflows/move-to-main-repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 2219f1a..ca9da2e 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -86,7 +86,7 @@ jobs: git checkout -b "$branch_name" - git pull --rebase + git pull origin/${branch_name} --rebase cp "ct/$script_name.sh" . cp "install/$script_name-install.sh" .