Skip to content

Commit b240a12

Browse files
Change output formatting in Action-Test workflow to display only Name and Value properties
1 parent 788c316 commit b240a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Action-Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
($name.Trim()) = ($value.Trim())
5858
}
5959
}
60-
$config | Format-Table -Property * -AutoSize
60+
$config | Format-Table -Property Name, Value -AutoSize
6161
}
6262
}
6363
}

0 commit comments

Comments
 (0)