Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Dec 15, 2024
1 parent 62ae132 commit 39bd5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/public/Actions/Get-GitHubWorkflowRun.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
[Parameter(Mandatory)]
[string] $Repo,

# The ID of the workflow. You can also pass the workflow file name as a string.
# The ID of the workflow. You can also pass the workflow filename as a string.
[Parameter(
Mandatory,
ParameterSetName = 'ByID'
Expand Down

0 comments on commit 39bd5b0

Please sign in to comment.