From b3ccf69f33610691daf9e0724c8b82da871bf433 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 10 Mar 2025 16:37:48 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index fc2bc581c..355b7f042 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -82,9 +82,9 @@ jobs: git checkout -b "$branch_name" upstream/main - cp "ct/$script_name.sh" . - cp "install/$script_name-install.sh" . - cp "json/$script_name.json" . + git checkout origin/main ct/$script_name.sh + git checkout origin/main install/$script_name-install.sh + git checkout origin/main json/$script_name.json git add . git commit -m "$commit_message"