Skip to content

legacy_api_function_setgithubactionsstate

hugoalh edited this page Dec 27, 2023 · 2 revisions

Set-GitHubActionsState

πŸ‘Ž Deprecated

This is officially deprecated, maybe throw warning in the latest version, and maybe remove in the future version.

  • Type: Function
  • In Version: v0.3.0 ~ v1.7.X
  • Alias:
    • Save-GitHubActionsState

Set state.

  • # Parameter Set: Single (Default)
    Set-GitHubActionsState
      [-Name] <String>
      [-Value] <String>
  • # Parameter Set: Multiple
    Set-GitHubActionsState
      [-InputObject] <Hashtable / OrderedDictionary / PSCustomObject[]>

Parameter

InputObject

<Hashtable / OrderedDictionary / PSCustomObject[]> States.

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

Name

<String> Name of the state.

  • 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 state.

  • 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