Skip to content

Commit

Permalink
+2
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 25, 2024
1 parent db8b219 commit eea483c
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 @@ -135,10 +135,10 @@ jobs:
if ($pr_num -in $submodule_by_repo[$repo].pretest_sha_by_pr.Keys) {
$core_pretest_branch = "subm-pretest/$repo/$pr_num"
$core_fetch_specs += "refs/heads/$core_pretest_branch:$core_pretest_branch"
$core_fetch_specs += "refs/heads/${core_pretest_branch}:${core_pretest_branch}"
$fork_pretest_branch = "pretest/$pr_num"
$subm_fetch_specs[$repo] += @("refs/heads/$fork_pretest_branch:$fork_pretest_branch")
$subm_fetch_specs[$repo] += @("refs/heads/${fork_pretest_branch}:${fork_pretest_branch}")
} else {
Write-Host "--- MISSING FORK PRETEST"
Expand Down

0 comments on commit eea483c

Please sign in to comment.