Skip to content

api_function_disablegithubactionsstdoutcommandprocess

hugoalh edited this page Nov 12, 2023 · 4 revisions

Disable-GitHubActionsStdOutCommandProcess

  • Type: Function
  • In Version: >= v1.6.0
  • Alias:
    • Disable-GitHubActionsCommandProcess
    • Stop-GitHubActionsCommandProcess
    • Stop-GitHubActionsStdOutCommandProcess
    • Suspend-GitHubActionsCommandProcess
    • Suspend-GitHubActionsStdOutCommandProcess

Disable process all of the stdout commands, to allow log anything without accidentally execute any stdout command.

  • Disable-GitHubActionsStdOutCommandProcess
      [[-EndToken] <String>]

Parameter

EndToken

[Optional] <String> An end token for re-enable stdout command process, must be in single line string, more than or equal to 4 characters, and not match any GitHub Actions commands.

  • Default Value: A random token.
  • Position: 0
  • Accept Pipeline Input: False ❌
  • Accept Pipeline Input By Property Name: False ❌
  • Accept Wildcard Characters: False ❌
  • Alias:
    • EndKey
    • EndValue
    • Key
    • Token
    • Value

Output

<String> An end token for re-enable stdout command process.

Guide

API

Enum

Enum Flag

Function

Function Alias

Clone this wiki locally