Skip to content

Commit

Permalink
+2
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 8, 2024
1 parent 9789741 commit d73a4f5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ jobs:

- run: |
git submodule --quiet foreach 'echo $path'
$submodules = Get-Content .gitmodules |
Select-String -Pattern 'path\s*=' |
ForEach-Object { $_ -replace '.*path\s*=\s*', '' }
$submodules | Out-Host

0 comments on commit d73a4f5

Please sign in to comment.