diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index e20e80b..bfb79c4 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -149,7 +149,7 @@ jobs: cp ../ct/$script_name.sh . cp ../install/$script_name-install.sh . cp ../frontend/public/json/$script_name.json . - sed -i 's|source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func)|source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)|' ct/$script_name.sh + git add . if git diff --cached --exit-code; then echo "No changes detected, skipping commit."