Skip to content

Commit

Permalink
20220704A
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Jul 4, 2022
1 parent aba7096 commit edf0938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hugoalh.GitHubActionsToolkit/module/log.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Enum GitHubActionsAnnotationType {
.SYNOPSIS
GitHub Actions - Enter Log Group
.DESCRIPTION
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.
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.
.PARAMETER Title
Title of the log group.
.OUTPUTS
Expand Down Expand Up @@ -273,7 +273,7 @@ Print anything to the log without accidentally execute any commands.
.PARAMETER InputObject
Object that need to log.
.PARAMETER GroupTitle
Title of the log group; This creates an expandable group in the log, and anything are inside an expandable group in the log.
Title of the log group; This creates an expandable group in the log, and anything are inside this expandable group in the log.
.OUTPUTS
[Void]
#>
Expand Down

0 comments on commit edf0938

Please sign in to comment.