From a961100ae33a3a7d245cd0a3534b727cae12d154 Mon Sep 17 00:00:00 2001 From: Sun Serega Date: Mon, 12 Aug 2024 22:31:11 +0200 Subject: [PATCH] +4 --- .github/workflows/upstream pretest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upstream pretest.yaml b/.github/workflows/upstream pretest.yaml index 93f7b452..c4dc2a7a 100644 --- a/.github/workflows/upstream pretest.yaml +++ b/.github/workflows/upstream pretest.yaml @@ -35,7 +35,7 @@ jobs: Write-Host "URL: $subm_url" - foreach ($ref_l in git ls-remote $remote_url 'refs/pull/*/merge') { + foreach ($ref_l in git ls-remote $subm_url 'refs/pull/*/merge') { if ($ref_l -notmatch '^[0-9a-f]+\s+refs/pull/(\d+)/merge$') { throw "Unexpected format: $ref_l" }