diff --git a/action.yml b/action.yml index c93f598..8c84389 100644 --- a/action.yml +++ b/action.yml @@ -25,6 +25,7 @@ runs: env: GITHUB_ACTION_INPUT_IssueBody: ${{ inputs.IssueBody }} with: + Token: '' ShowOutput: true Script: | # Get-IssueFormData diff --git a/scripts/main.ps1 b/scripts/main.ps1 index 35a48a6..147493a 100644 --- a/scripts/main.ps1 +++ b/scripts/main.ps1 @@ -5,8 +5,6 @@ [CmdletBinding()] param() -$PSStyle.OutputRendering = 'Ansi' - LogGroup 'Issue Body - Raw' { Write-Output $env:GITHUB_ACTION_INPUT_IssueBody }