Update move-to-main-repo.yaml

This commit is contained in:
Michel Roegl-Brunner 2025-03-10 21:23:44 +01:00 committed by GitHub
parent b0884cda44
commit 7bbdb8cc57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,5 +106,8 @@ jobs:
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}"