NAME
Write-ActionDebug
SYNOPSIS
Writes debug message to user log.
Equivalent of `core.debug(message)`.
SYNTAX
Write-ActionDebug [[-Message] <String>] [<CommonParameters>]
DESCRIPTION
PARAMETERS
-Message <String>
Debug 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#setting-a-debug-message
https://github.com/actions/toolkit/tree/master/packages/core#logging