Skip to content

api_function_disablegithubactionsstdoutcommandecho

hugoalh edited this page Sep 23, 2023 · 3 revisions

Disable-GitHubActionsStdOutCommandEcho

  • Type: Function
  • In Version: >= v1.6.0
  • Alias:
    • (>= v0.3.0) Disable-GitHubActionsCommandEcho
    • (>= v0.3.0) Stop-GitHubActionsCommandEcho
    • (>= v1.6.0) Stop-GitHubActionsStdOutCommandEcho
    • (v0.3.0 ~ v1.5.X) Disable-GitHubActionsCommandEchoing ❌
    • (v0.3.0 ~ v1.5.X) Disable-GitHubActionsCommandsEcho ❌
    • (v0.3.0 ~ v1.5.X) Disable-GitHubActionsCommandsEchoing ❌
    • (v0.3.0 ~ v1.5.X) Disable-GitHubActionsEchoCommand ❌
    • (v0.3.0 ~ v1.5.X) Disable-GitHubActionsEchoCommands ❌
    • (v0.3.0 ~ v1.5.X) Disable-GitHubActionsEchoingCommand ❌
    • (v0.3.0 ~ v1.5.X) Disable-GitHubActionsEchoingCommands ❌
    • (v0.3.0 ~ v1.5.X) Stop-GitHubActionsCommandEchoing ❌
    • (v0.3.0 ~ v1.5.X) Stop-GitHubActionsCommandsEcho ❌
    • (v0.3.0 ~ v1.5.X) Stop-GitHubActionsCommandsEchoing ❌
    • (v0.3.0 ~ v1.5.X) Stop-GitHubActionsEchoCommand ❌
    • (v0.3.0 ~ v1.5.X) Stop-GitHubActionsEchoCommands ❌
    • (v0.3.0 ~ v1.5.X) Stop-GitHubActionsEchoingCommand ❌
    • (v0.3.0 ~ v1.5.X) Stop-GitHubActionsEchoingCommands ❌

Disable echo most of the stdout commands, the log will not show the stdout command itself; Environment variable ACTIONS_STEP_DEBUG will ignore this setting; When process stdout command, it will still echo if there has any issues.

  • Disable-GitHubActionsStdOutCommandEcho

Parameter

N/A

Output

<Void>

Guide

API

Enum

Enum Flag

Function

Function Alias

Clone this wiki locally