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