Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.09 KB

Write-ActionInfo.md

File metadata and controls

46 lines (30 loc) · 1.09 KB

Write-ActionInfo


NAME
    Write-ActionInfo
    
SYNOPSIS
    Writes info to log with console.log.
    Equivalent of `core.info(message)`.
    Forwards to Write-Host.
    
    
SYNTAX
    Write-ActionInfo [[-Message] <String>] [<CommonParameters>]
    
    
DESCRIPTION
    

PARAMETERS
    -Message <String>
        Info message.
        
        Required?                    false
        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