Skip to content

Commit

Permalink
fix Get-GitHubWorkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Oct 26, 2023
1 parent acd6b2f commit bf8ca06
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/GitHub/public/Actions/Get-GitHubWorkflow.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@
[Parameter()]
[string] $Repo = (Get-GitHubConfig -Name Repo),

[Parameter(ParameterSetName = 'ByName')]
[string] $Name,

[Parameter(ParameterSetName = 'ByID')]
[string] $ID,

# The number of results per page (max 100).
[Parameter()]
[ValidateRange(1, 100)]
Expand Down

0 comments on commit bf8ca06

Please sign in to comment.