From e08496a55d08193a86c62cb60790c60a96039af5 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Mon, 10 Mar 2025 21:04:20 +0100 Subject: [PATCH] Update move-to-main-repo.yaml --- .github/workflows/move-to-main-repo.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 93b6d7f..21b42a0 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -79,15 +79,20 @@ jobs: git fetch upstream - + git checkout -b "$branch_name" upstream/main - + + git status + 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" + + git status + git push origin "$branch_name" git status