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"