From 7910bbb880589cb9a21f72a9571a0fdbcd0323f8 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 11 Mar 2025 16:02:43 +0100 Subject: [PATCH] Update move-to-main-repo.yaml --- .github/workflows/move-to-main-repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |