diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 3b00499..b2675a0 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -112,4 +112,4 @@ jobs: gh auth login --with-token < mytoken.txt - gh pr create --title "Add script files for $script_name" --body "This PR adds the $script_name script files." --base "upstream:main" --head "community-scripts/ProxmoxVED:$branch_name" --repo "${target_repo}" + gh pr create --title "Add script files for $script_name" --body "This PR adds the $script_name script files." --base main --head "community-scripts/ProxmoxVED:$branch_name" --repo "${target_repo}"