Skip to content

Commit d9a7235

Browse files
Refactor Action-Test workflow to improve Git configuration logging structure
1 parent c9966c9 commit d9a7235

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/Action-Test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
uses: ./
3838
with:
3939
Script: |
40-
$scopes = 'local', 'global', 'system'
41-
$scopes | ForEach-Object {
42-
LogGroup "GitConfig - $_" {
43-
$configList = git config --$_ --list 2>&1
44-
$configList
45-
$LASTEXITCODE
40+
$scopes = 'local', 'global', 'system'
41+
$scopes | ForEach-Object {
42+
LogGroup "GitConfig - $_" {
43+
$configList = git config --$_ --list 2>&1
44+
$configList
45+
$LASTEXITCODE
46+
}
4647
}
47-
}

0 commit comments

Comments
 (0)