Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 866 Bytes

Get-ActionIsDebug.md

File metadata and controls

38 lines (23 loc) · 866 Bytes

Get-ActionIsDebug


NAME
    Get-ActionIsDebug
    
SYNOPSIS
    Gets whether Actions Step Debug is on or not.
    Equivalent of `core.isDebug()`.
    
    
SYNTAX
    Get-ActionIsDebug [<CommonParameters>]
    
    
DESCRIPTION
    

PARAMETERS
    <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
    System.Boolean
    
    
    
RELATED LINKS
    https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#using-workflow-commands-to-access-toolkit-functions
    https://github.com/actions/toolkit/tree/main/packages/core#logging