Skip to content

Commit

Permalink
+3
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Oct 9, 2024
1 parent ec0c4f3 commit 92e92d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ jobs:
Write-Host "----- HEAD is at $head_sha"
}
Write-Host git rev-list --count "$head_sha..$sha"
$old_head_fwd_c = git rev-list --count "$head_sha..$sha"
if (-not $?) { throw "git rev-list failed" }
Expand Down

0 comments on commit 92e92d4

Please sign in to comment.