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({ Return (Test-ProcessingCommandsEndToken-InputObject $_) }, ErrorMessage ='Parameter `EndToken` must be in single line string, more than or equal to 4 characters, not match any GitHub Actions commands, and unique!')][Alias('EndKey','EndValue','Key','Token','Value')][String]$EndToken= (Get-RandomCommandsEndToken)
68
+
[Parameter(Position=0)][ValidateScript({ Return (Test-ProcessingCommandsEndToken-InputObject $_) }, ErrorMessage ='Parameter `EndToken` must be in single line string, more than or equal to 4 characters, not match any GitHub Actions commands, and unique!')][Alias('EndKey','EndValue','Key','Token','Value')][String]$EndToken= (New-CommandsEndToken)
0 commit comments