From 0ee0d95a240f88be9037b78f2db9d9a4179912e6 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Mon, 10 Mar 2025 21:16:32 +0100 Subject: [PATCH] Update move-to-main-repo.yaml --- .github/workflows/move-to-main-repo.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 8a7741e..395e442 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -86,9 +86,11 @@ jobs: git checkout -b "$branch_name" - git add ct/$script_name.sh - git add origin/main install/$script_name-install.sh - git add origin/main json/$script_name.json + cp "/ct/$script_name.sh" . + cp "/install/$script_name-install.sh" . + cp "/json/$script_name.json" . + + git add . git commit -m "$commit_message"