Skip to content

Commit 773d1ae

Browse files
Enhance output formatting in Action-Test workflow to display Git configuration as a formatted table
1 parent 7e5501f commit 773d1ae

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
56+
$config | Format-Table -AutoSize
5757
}
5858
}
5959
}

0 commit comments

Comments
 (0)