Update move-to-main-repo.yaml

This commit is contained in:
CanbiZ 2025-03-11 15:46:36 +01:00 committed by GitHub
parent 448213ddc4
commit 73dadd85c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,7 +110,12 @@ jobs:
git add . git add .
git commit -m "Ensure test branch exists" || echo "No changes to commit" git commit -m "Ensure test branch exists" || echo "No changes to commit"
- name: Push branch - name: Push to ProxmoxVE
run: | uses: ad-m/github-push-action@master
git push --set-upstream origin test --force with:
github_token: ${{ secrets.GH_MERGE_PAT }}
repository: community-scripts/ProxmoxVE
branch: test
force: true