Skip to content

Commit 13f84da

Browse files
committed
20220109A
1 parent 9fa7f6c commit 13f84da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ Void
649649
function Write-GHActionsFail {
650650
[CmdletBinding()][OutputType([void])]
651651
param(
652-
[Parameter(Mandatory = $true, Position = 0, ValueFromPipeline = $true)][string]$Message
652+
[Parameter(Mandatory = $true, Position = 0)][string]$Message
653653
)
654654
Write-GHActionsAnnotation -Type 'Error' -Message $Message
655655
exit 1

0 commit comments

Comments
 (0)