From d73a4f5d010f9c60bae1eb253ada8005c64b8960 Mon Sep 17 00:00:00 2001 From: Sun Serega Date: Thu, 8 Aug 2024 23:37:02 +0200 Subject: [PATCH] +2 --- .github/workflows/upstream pretest.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upstream pretest.yaml b/.github/workflows/upstream pretest.yaml index 88499b5e..303482f9 100644 --- a/.github/workflows/upstream pretest.yaml +++ b/.github/workflows/upstream pretest.yaml @@ -22,5 +22,8 @@ jobs: - run: | - git submodule --quiet foreach 'echo $path' - \ No newline at end of file + $submodules = Get-Content .gitmodules | + Select-String -Pattern 'path\s*=' | + ForEach-Object { $_ -replace '.*path\s*=\s*', '' } + + $submodules | Out-Host \ No newline at end of file