From 4db0a3a4a93344656c970bf5819af7d30187fbd9 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 11 Mar 2025 15:41:51 +0100 Subject: [PATCH] Update move-to-main-repo.yaml --- .github/workflows/move-to-main-repo.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index d4b1677..d424e81 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -105,10 +105,7 @@ jobs: git fetch upstream - name: Push - uses: ad-m/github-push-action@master - with: - github_token: ${{ secrets.GH_MERGE_PAT }} - repository: community-scripts/ProxmoxVE - branch: test - force: true + run: | + git push --no-thin https://x-access-token:${{ secrets.GH_MERGE_PAT }}@github.com/community-scripts/ProxmoxVE.git test --force +