Skip to content

Commit 2c3abeb

Browse files
Refactor Action-Test workflow to improve Git configuration output formatting
1 parent 80e3550 commit 2c3abeb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/Action-Test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353
$name = $value
5454
}
5555
}
56-
$config.GetEnumerator() | Format-List
56+
$config | ForEach-Object {
57+
$_.GetEnumerator()
58+
} | Format-List
5759
}
5860
}
5961
}

0 commit comments

Comments
 (0)