Skip to content

Commit

Permalink
+9
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Dec 15, 2024
1 parent d5a9c14 commit f871e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
$fork_url = "git@github.com:SunSerega/${repo_name}.git"
$head_sha_by_pr = @{}
foreach ($l in Get-GitRemoteBranches $fork_url 'refs/force-tracking/*') {
foreach ($l in Get-GitRemoteBranches $fork_url 'refs/heads/force-tracking/*') {
$sha = $l.sha
$pr_num = $l.matches[1]
Write-Host "- Found open PR $pr_num with latest sha $sha"
Expand Down

0 comments on commit f871e94

Please sign in to comment.