Update move-to-main-repo.yaml

This commit is contained in:
CanbiZ 2025-03-11 16:02:43 +01:00 committed by GitHub
parent a9e8c392f7
commit 7910bbb880
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ jobs:
cp "install/$script_name-install.sh" .
cp "json/$script_name.json" .
git add .
git commit -m "$commit_message"
git commit -m "${commit_message:-'Add new script'}"
- name: Clone ProxmoxVE (Target Repo)
run: |