From 73dadd85c14ad75861bbe4edd7ba96f862a4d49a Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 11 Mar 2025 15:46:36 +0100 Subject: [PATCH] Update move-to-main-repo.yaml --- .github/workflows/move-to-main-repo.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 6df551d..0e5a710 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -110,7 +110,12 @@ jobs: git add . git commit -m "Ensure test branch exists" || echo "No changes to commit" - - name: Push branch - run: | - git push --set-upstream origin test --force + - name: Push to ProxmoxVE + uses: ad-m/github-push-action@master + with: + github_token: ${{ secrets.GH_MERGE_PAT }} + repository: community-scripts/ProxmoxVE + branch: test + force: true +