Skip to content

Commit 7c0afd5

Browse files
Change output formatting in Action-Test workflow to display Git configuration as a list
1 parent 773d1ae commit 7c0afd5

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
@@ -53,7 +53,7 @@ jobs:
5353
$name = $value
5454
}
5555
}
56-
$config | Format-Table -AutoSize
56+
$config | Select-Object Name,Value | Format-List
5757
}
5858
}
5959
}

0 commit comments

Comments
 (0)