Skip to content

Commit 0005803

Browse files
committed
20211222E
1 parent 3f1148a commit 0005803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hugoalh.GitHubActionsToolkit.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ function Enter-GHActionsLogGroup {
236236
param(
237237
[Parameter(Mandatory = $true, Position = 0)][string]$Title
238238
)
239-
Send-GHActionsCommand -Command 'group' -Message $Title
239+
Write-GHActionsCommand -Command 'group' -Message $Title
240240
}
241241
<#
242242
.SYNOPSIS
@@ -247,7 +247,7 @@ End an expandable group in the log.
247247
function Exit-GHActionsLogGroup {
248248
[CmdletBinding()]
249249
param ()
250-
Send-GHActionsCommand -Command 'endgroup' -Message ''
250+
Write-GHActionsCommand -Command 'endgroup' -Message ''
251251
}
252252
<#
253253
.SYNOPSIS

0 commit comments

Comments
 (0)