Skip to content

api_function_writegithubactionsfilecommand

hugoalh edited this page Mar 2, 2023 · 10 revisions

Write-GitHubActionsFileCommand

  • Type: Function
  • In Version: >= v1.2.0

Description

Write-GitHubActionsFileCommand [-LiteralPath] <String> [-Name] <String> [-Value] <String>

Write file command to communicate with the runner machine.

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

Parameter

LiteralPath

<String> Literal path of the file command.

  • Position: 0
  • Accept Pipeline Input: False ❌
  • Accept Pipeline Input By Property Name: True βœ”
  • Accept Wildcard Characters: False ❌

Name

<String> Name.

  • Position: 1
  • Accept Pipeline Input: False ❌
  • Accept Pipeline Input By Property Name: True βœ”
  • Accept Wildcard Characters: False ❌

Value

<String> Value.

  • Position: 2
  • 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