Skip to content

Commit edf0938

Browse files
committed
20220704A
1 parent aba7096 commit edf0938

File tree

1 file changed

+2
-2
lines changed
  • hugoalh.GitHubActionsToolkit/module

1 file changed

+2
-2
lines changed

hugoalh.GitHubActionsToolkit/module/log.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Enum GitHubActionsAnnotationType {
1818
.SYNOPSIS
1919
GitHub Actions - Enter Log Group
2020
.DESCRIPTION
21-
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.
2222
.PARAMETER Title
2323
Title of the log group.
2424
.OUTPUTS
@@ -273,7 +273,7 @@ Print anything to the log without accidentally execute any commands.
273273
.PARAMETER InputObject
274274
Object that need to log.
275275
.PARAMETER GroupTitle
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.
277277
.OUTPUTS
278278
[Void]
279279
#>

0 commit comments

Comments
 (0)