From 92a37ec81fc529aeaa3bbbe50779d48f0e947025 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 11 Mar 2025 16:05:18 +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 b8df4a9..6bd1822 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -125,7 +125,7 @@ jobs: exit 0 fi - git commit -m "$commit_message" + git commit -m "${commit_message:-'Add new script'}" - name: Push to ProxmoxVE