From 6a0d9588f49b67b64f85de8dd1aeafd3117fb69c Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 10 Mar 2025 15:26:52 +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 7c9ab7f..299c6ca 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -58,9 +58,9 @@ jobs: git checkout -b "$branch_name" - cp "/ct/$script_name.sh" . - cp "/install/$script_name-install.sh" . - cp "/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"