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
[Parameter(Position=0)][ValidateScript({ Test-StdOutCommandToken-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
50
+
[Parameter(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
[Parameter(Mandatory=$True,Position=0)][ValidateScript({ Test-StdOutCommandToken-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
95
+
[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