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(Mandatory=$True,Position=0,ValueFromPipelineByPropertyName=$True)][ValidatePattern('^(?:[\da-z][\da-z_-]*)?[\da-z]$', ErrorMessage ='`{0}` is not a valid GitHub Actions command!')][String]$Command,
[Parameter(Position=0)][ValidateScript({ 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)
@@ -97,7 +97,7 @@ Enable echoing most of the commands, the log will show the command itself; Envir
[Parameter(Mandatory=$True,Position=0)][ValidateScript({ Test-ProcessingCommandsEndToken-InputObject $_ }, ErrorMessage ='Parameter `EndToken` must be in 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,ValueFromPipeline=$True,ValueFromPipelineByPropertyName=$True)][ValidatePattern('^.+$', ErrorMessage ='Parameter `Path` must be in single line string!')][Alias('Paths')][String[]]$Path,
@@ -78,7 +78,7 @@ Scope of the environment variable(s).
[Parameter(Mandatory=$True,Position=0)][ValidatePattern('^.+$', ErrorMessage ='Parameter `Title` must be in single line string!')][Alias('Header','Summary')][String]$Title
@@ -45,7 +45,7 @@ End an expandable group in the log.
[Parameter(Mandatory=$True,ParameterSetName='Path',Position=0,ValueFromPipeline=$True,ValueFromPipelineByPropertyName=$True)][SupportsWildcards()][ValidatePattern('^.+$', ErrorMessage ='Parameter `Path` must be in single line string!')][Alias('File','Files','Paths')][String[]]$Path,
[Parameter(Mandatory=$True,Position=0,ValueFromPipeline=$True,ValueFromPipelineByPropertyName=$True)][ValidatePattern('^.+$', ErrorMessage ='Parameter `Owner` must be in single line string!')][Alias('Identifies','Identify','Identifier','Identifiers','Key','Keys','Name','Names','Owners')][String[]]$Owner
0 commit comments