Skip to content

api_function_setgithubactionsoutput

hugoalh edited this page Jul 24, 2023 · 8 revisions

Set-GitHubActionsOutput

  • Type: Function
  • In Version: >= v0.3.0

Description

# Parameter Set: Multiple
Set-GitHubActionsOutput
  [-InputObject] <Hashtable / OrderedDictionary / PSCustomObject[]>

# Parameter Set: Single (Default)
Set-GitHubActionsOutput
  [-Name] <String>
  [-Value] <String>

Set output.

Parameter

InputObject

<Hashtable / OrderedDictionary / PSCustomObject[]> Outputs.

  • Parameter Set: Multiple
  • Position: 0
  • Accept Pipeline Input: True βœ”οΈ
  • Accept Pipeline Input By Property Name: False ❌
  • Alias:
    • Input
    • Object

Name

<String> Name of the output.

  • Parameter Set: Single
  • Position: 0
  • Accept Pipeline Input: False ❌
  • Accept Pipeline Input By Property Name: True βœ”οΈ
  • Accept Wildcard Characters: False ❌
  • Alias:
    • Key

Value

<String> Value of the output.

  • Parameter Set: Single
  • Position: 1
  • Accept Pipeline Input: False ❌
  • Accept Pipeline Input By Property Name: True βœ”οΈ
  • Accept Wildcard Characters: False ❌

Output

<Void>

Guide

API

Enum

Enum Flag

Function

Function Alias

Clone this wiki locally