From ec818f841c16e16a8f503a1fa5d0a682dbe38e88 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 11 Mar 2025 09:46:35 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 9a80848..ecacc9f 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 "community-scripts/ProxmoxVE/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 "upstream:main" --head "community-scripts/ProxmoxVED:$branch_name" --repo "${target_repo}"