diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index b04da2e..3a83ad8 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -86,7 +86,7 @@ jobs: commit_message="Add script files for $script_name" git remote add upstream https://github.com/${target_repo}.git - + git fetch upstream git checkout -b "$branch_name" git checkout upstream/main ct/$script_name.sh