This commit is contained in:
Michel Roegl-Brunner 2025-03-10 15:26:52 +01:00
parent f52ee94bef
commit 6a0d9588f4

View File

@ -58,9 +58,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 .
git commit -m "$commit_message" git commit -m "$commit_message"