This commit is contained in:
Michel Roegl-Brunner 2025-03-11 11:37:52 +01:00
parent c2644758e6
commit c24bf574f9

View File

@ -99,6 +99,6 @@ jobs:
gh auth status
git push "$branch_name"
git push origin "$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