Skip to content

Commit ae3ea9b

Browse files
committed
Remove ConvertFrom-Json -Depth
1 parent 76a5bda commit ae3ea9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ PSCustomObject
401401
function Get-GHActionsWebhookEventPayload {
402402
[CmdletBinding()]
403403
param ()
404-
return (Get-Content -Path $env:GITHUB_EVENT_PATH -Raw -Encoding utf8NoBOM | ConvertFrom-Json -Depth 100)
404+
return (Get-Content -Path $env:GITHUB_EVENT_PATH -Raw -Encoding utf8NoBOM | ConvertFrom-Json)
405405
}
406406
<#
407407
.SYNOPSIS

0 commit comments

Comments
 (0)