Update move-to-main-repo.yaml

This commit is contained in:
Michel Roegl-Brunner 2025-03-10 21:17:30 +01:00 committed by GitHub
parent 0ee0d95a24
commit d2aca651ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,9 +86,9 @@ jobs:
git checkout -b "$branch_name" git checkout -b "$branch_name"
cp "/ct/$script_name.sh" . cp "ct/$script_name.sh" .
cp "/install/$script_name-install.sh" . cp "install/$script_name-install.sh" .
cp "/json/$script_name.json" . cp "json/$script_name.json" .
git add . git add .