Skip to content

Commit 2d81e06

Browse files
committed
Update Invoke-ExecGitHubAction.ps1
1 parent 94698ca commit 2d81e06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tools/GitHub/Invoke-ExecGitHubAction.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function Invoke-ExecGitHubAction {
1313
param($Request, $TriggerMetadata)
1414

1515
$Action = $Request.Query.Action ?? $Request.Body.Action
16-
$SplatParams = ($Request.Query ?? $Request.Body) | Select-Object -ExcludeProperty Action | ConvertTo-Json | ConvertFrom-Json -AsHashtable
16+
$SplatParams = ($Request.Query ?? $Request.Body) | Select-Object -ExcludeProperty Action, TenantFilter | ConvertTo-Json | ConvertFrom-Json -AsHashtable
1717

1818
switch ($Action) {
1919
'Search' {

0 commit comments

Comments
 (0)