Skip to content

api_function_writegithubactionsstdoutcommand

hugoalh edited this page Apr 30, 2023 · 8 revisions

Write-GitHubActionsStdOutCommand

  • Type: Function
  • In Version: >= v1.4.0
  • Alias:
    • (>= v0.3.0) Write-GitHubActionsCommand

Description

Write-GitHubActionsStdOutCommand [-StdOutCommand] <String> [[-Value] <String>] [[-Parameter] <Hashtable>]

Write stdout command to communicate with the runner machine.

πŸ…°οΈ Advanced: This function is suitable for advanced users, useful when GitHub Actions has new stdout commands but this module has not include yet.

Parameter

StdOutCommand

(>= v1.4.0) <String> Stdout command.

  • Position: 0
  • Accept Pipeline Input: False ❌
  • Accept Pipeline Input By Property Name: True βœ”
  • Accept Wildcard Characters: False ❌
  • Alias:
    • (>= v0.3.0) Command

Parameter

[Optional] <Hashtable> Parameters of the stdout command.

  • Position: Named
  • Accept Pipeline Input: False ❌
  • Accept Pipeline Input By Property Name: True βœ”
  • Alias:
    • Parameters
    • Properties
    • Property

Value

[Optional] <String> Value of the stdout command.

  • Position: Named
  • Accept Pipeline Input: False ❌
  • Accept Pipeline Input By Property Name: True βœ”
  • Accept Wildcard Characters: False ❌
  • Alias:
    • Content
    • Message

Output

<Void>

Guide

API

Enum

Enum Flag

Function

Function Alias

Clone this wiki locally