Skip to content

Commit

Permalink
Use GitHubAuthType on Assert-GitHubContext
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Dec 13, 2024
1 parent 16835a7 commit ba99044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/public/Auth/Assert-GitHubContext.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# The required authtypes for the command.
[Parameter(Mandatory)]
[string[]] $AuthType
[GitHubAuthType[]] $AuthType
)

$command = (Get-PSCallStack)[1].Command
Expand Down

0 comments on commit ba99044

Please sign in to comment.