This commit is contained in:
Michel Roegl-Brunner 2025-03-11 11:36:41 +01:00
parent 6b6765addc
commit c2644758e6

View File

@ -86,7 +86,7 @@ jobs:
commit_message="Add script files for $script_name" commit_message="Add script files for $script_name"
git remote add upstream https://github.com/${target_repo}.git git remote add upstream https://github.com/${target_repo}.git
git fetch upstream
git checkout -b "$branch_name" git checkout -b "$branch_name"
git checkout upstream/main ct/$script_name.sh git checkout upstream/main ct/$script_name.sh