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
@@ -93,7 +93,7 @@ Function Enable-StdOutCommandProcess {
93
93
Param (
94
94
[Parameter(Mandatory=$True,Position=0)][ValidateScript({ Test-StdOutCommandEndToken-InputObject $_ }, ErrorMessage ='Value is not a single line string, more than or equal to 4 characters, and not match any GitHub Actions commands!')][Alias('EndKey','EndValue','Key','Token','Value')][String]$EndToken
0 commit comments