Update move-to-main-repo.yaml

This commit is contained in:
Michel Roegl-Brunner 2025-03-10 20:31:05 +01:00 committed by GitHub
parent 424941d852
commit c8916e52e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,4 +90,6 @@ jobs:
git commit -m "$commit_message" git commit -m "$commit_message"
git push origin "$branch_name" git push origin "$branch_name"
git status
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 main --head "community-scripts/ProxmoxVED:$branch_name" --repo "${target_repo}"