You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an expandable group in the log; Anything write to the log between functions `Enter-GitHubActionsLogGroup` and `Exit-GitHubActionsLogGroup` are inside an expandable group in the log.
21
+
Create an expandable group in the log; Anything write to the log between functions `Enter-GitHubActionsLogGroup` and `Exit-GitHubActionsLogGroup` are inside this expandable group in the log.
22
22
.PARAMETERTitle
23
23
Title of the log group.
24
24
.OUTPUTS
@@ -273,7 +273,7 @@ Print anything to the log without accidentally execute any commands.
273
273
.PARAMETERInputObject
274
274
Object that need to log.
275
275
.PARAMETERGroupTitle
276
-
Title of the log group; This creates an expandable group in the log, and anything are inside an expandable group in the log.
276
+
Title of the log group; This creates an expandable group in the log, and anything are inside this expandable group in the log.
0 commit comments