Skip to content

Commit

Permalink
+95
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 18, 2024
1 parent b98efab commit ebd5776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
git push
} else {
Write-Host "Branch for PR $pr_num doesn't exist. Creating:"
git branch $fork_branch_name
git checkout -b $fork_branch_name
git push --set-upstream origin $fork_branch_name
}
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
git push
} else {
Write-Host "Branch for PR $pr_num doesn't exist. Creating:"
git branch $core_branch_name
git checkout -b $core_branch_name
git push --set-upstream origin $core_branch_name
}
Expand Down

0 comments on commit ebd5776

Please sign in to comment.