Skip to content

api_function_cleargithubactionsfilecommand

hugoalh edited this page Dec 27, 2023 · 9 revisions

Clear-GitHubActionsFileCommand

  • Type: Function
  • In Version: >= v1.7.0
  • Alias:
    • Remove-GitHubActionsFileCommand

Clear the file command that set in the current step.

πŸ…°οΈ Advanced

This function is suitable for advanced users, useful when GitHub Actions has new file commands but this module has not include yet.

  • # >= v2.0.0
    Clear-GitHubActionsFileCommand
      [-FileCommand] <String[]>
  • # < v2.0.0
    Clear-GitHubActionsFileCommand
      [-FileCommand] <String>

Parameter

FileCommand

  • (>= v2.0.0) <String[]> File command.
  • (v1.7.X) <String> File command. (LEGACY: Literal path of the file command.)

β€’

  • Position: 0
  • Accept Pipeline Input: False ❌
  • Accept Pipeline Input By Property Name: True βœ”οΈ
  • Accept Wildcard Characters: False ❌
  • Alias:
    • (>= v2.0.0) Command
    • (>= v2.0.0) Commands
    • (>= v2.0.0) FileCommands
    • (v1.7.X) LiteralPath (LEGACY)
    • (v1.7.X) Path (LEGACY)

Output

<Void>

Guide

API

Enum

Enum Flag

Function

Function Alias

Clone this wiki locally