From fdf56fc92c8c93fb6a5f101445a631e8d1b7c3da Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 11 Mar 2025 13:08:16 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index a85dddf..7a35626 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -103,8 +103,11 @@ jobs: git commit -m "$commit_message" git remote add upstream https://github.com/${target_repo}.git git fetch upstream - gh auth status - git push upstream "$branch_name" - - gh pr create --base main --head "$branch_name" --title "$commit_message" --body "This PR adds the script files for $script_name." -R $target_repo + - name: Push + uses: ad-m/github-push-action@master + with: + github_token: ${{ steps.app-token.outputs.token }} + repository: community-scripts/ProxmoxVE + branch: test + force: true