We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ConvertFrom-Json -Depth
1 parent 76a5bda commit ae3ea9bCopy full SHA for ae3ea9b
hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psm1
@@ -401,7 +401,7 @@ PSCustomObject
401
function Get-GHActionsWebhookEventPayload {
402
[CmdletBinding()]
403
param ()
404
- return (Get-Content -Path $env:GITHUB_EVENT_PATH -Raw -Encoding utf8NoBOM | ConvertFrom-Json -Depth 100)
+ return (Get-Content -Path $env:GITHUB_EVENT_PATH -Raw -Encoding utf8NoBOM | ConvertFrom-Json)
405
}
406
<#
407
.SYNOPSIS
0 commit comments