Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.22 KB

Enter-ActionOutputGroup.md

File metadata and controls

47 lines (31 loc) · 1.22 KB

Enter-ActionOutputGroup


NAME
    Enter-ActionOutputGroup
    
SYNOPSIS
    Begin an output group.
    Output until the next `groupEnd` will be foldable in this group.
    Equivalent of `core.startGroup(name)`.
    
    
SYNTAX
    Enter-ActionOutputGroup [-Name] <String> [<CommonParameters>]
    
    
DESCRIPTION
    Output until the next `groupEnd` will be foldable in this group.
    

PARAMETERS
    -Name <String>
        The name of the output group.
        
        Required?                    true
        Position?                    1
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    <CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see
        about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216). 
    
INPUTS
    
OUTPUTS
    
    
RELATED LINKS
    https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#masking-a-value-in-log
    https://github.com/actions/toolkit/tree/master/packages/core#logging