From c2644758e63b059082d1360193e2b507c36c8f0a Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 11 Mar 2025 11:36:41 +0100 Subject: [PATCH] WF --- .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 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