This commit is contained in:
Michel Roegl-Brunner 2025-03-11 09:43:23 +01:00
parent 986bf4bd6f
commit 89e4aaa5a4

View File

@ -112,4 +112,4 @@ jobs:
gh auth login --with-token < mytoken.txt 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 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 "community-scripts/ProxmoxVE/main" --head "community-scripts/ProxmoxVED:$branch_name" --repo "${target_repo}"