diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 7ff9431..b8df4a9 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -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: |