Skip to content

api_function_cleargithubactionsfilecommand

hugoalh edited this page Sep 23, 2023 · 9 revisions

Clear-GitHubActionsFileCommand

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

Clear file command.

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

  • Clear-GitHubActionsFileCommand
      [-FileCommand] <String>

Parameter

FileCommand

  • (>= v1.8.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:
    • (v1.7.X) LiteralPath (LEGACY)
    • (v1.7.X) Path (LEGACY)

Output

<Void>

Guide

API

Enum

Enum Flag

Function

Function Alias

Clone this wiki locally