Skip to content

Commit 376d679

Browse files
Change output formatting in Action-Test workflow to use a table for Git configuration
1 parent 57afd3b commit 376d679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Action-Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
($name.Trim()) = ($value.Trim())
6161
}
6262
}
63-
$config | Format-List
63+
$config | Format-Table
6464
}
6565
}
6666
}

0 commit comments

Comments
 (0)