Skip to content

Commit

Permalink
+9
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 12, 2024
1 parent c96b2a9 commit 42d81dd
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 @@ -37,7 +37,7 @@ jobs:
foreach ($subm_key in git config --file .gitmodules --name-only --get-regexp '^submodule\..+\.url$') {
$subm_url = git config --file .gitmodules --get $subm_key
Write-Host "URL: $subm_url"
#Write-Host "URL: $subm_url"
foreach ($ref_l in git ls-remote $subm_url 'refs/pull/*/merge') {
if ($ref_l -notmatch '^[0-9a-f]+\s+refs/pull/(\d+)/merge$') {
Expand All @@ -55,7 +55,7 @@ jobs:
$json = $exec_list | ConvertTo-Json -Compress
Write-Host $json
echo "exec_list=$json" >> $GITHUB_OUTPUT
echo "exec_list=$json" >> $env:GITHUB_OUTPUT
pretest-each:
runs-on: windows-latest
Expand Down

0 comments on commit 42d81dd

Please sign in to comment.