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" .