Skip to content

Commit 137af43

Browse files
Change output formatting in Action-Test workflow to display Git configuration as a formatted list
1 parent d9d6f76 commit 137af43

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
@@ -58,7 +58,7 @@ jobs:
5858
($name.Trim()) = ($value.Trim())
5959
}
6060
}
61-
$config
61+
$config | Format-List
6262
}
6363
}
6464
}

0 commit comments

Comments
 (0)