Skip to content

api_function_setgithubactionsstate

hugoalh edited this page Apr 30, 2023 · 8 revisions

Set-GitHubActionsState

  • Type: Function
  • In Version: >= v0.3.0
  • Alias:
    • Save-GitHubActionsState

Description

# Parameter Set: Multiple
Set-GitHubActionsState [-InputObject] <Hashtable>

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

Set state.

Parameter

InputObject

<Hashtable> 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