This commit is contained in:
Michel Roegl-Brunner 2025-03-11 11:19:02 +01:00
parent 85b0a05347
commit 1a17375108

View File

@ -93,6 +93,8 @@ jobs:
git commit -m "$commit_message"
gh auth status
git push upstream "$branch_name"
gh pr create --base main --head "$branch_name" --title "$commit_message" --body "This PR adds the script files for $script_name." -R $target_repo