Update move-to-main-repo.yaml

This commit is contained in:
Michel Roegl-Brunner
2025-03-10 21:19:17 +01:00
committed by GitHub
parent 529797e8df
commit 0aa3a4506a

View File

@@ -104,8 +104,5 @@ jobs:
git status git status
echo ${{ secrets.MAIN_REPO_WF }} > 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 main --head "community-scripts/ProxmoxVED:$branch_name" --repo "${target_repo}"