Skip to content

Commit b8b53dd

Browse files
Remove AutoSize option from table formatting in Action-Test workflow
1 parent b240a12 commit b8b53dd

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
@@ -57,7 +57,7 @@ jobs:
5757
($name.Trim()) = ($value.Trim())
5858
}
5959
}
60-
$config | Format-Table -Property Name, Value -AutoSize
60+
$config | Format-Table -Property Name, Value
6161
}
6262
}
6363
}

0 commit comments

Comments
 (0)