Skip to content

Commit aa2270d

Browse files
Disable token on the script
1 parent 0cb61f9 commit aa2270d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ runs:
2525
env:
2626
GITHUB_ACTION_INPUT_IssueBody: ${{ inputs.IssueBody }}
2727
with:
28+
Token: ''
2829
ShowOutput: true
2930
Script: |
3031
# Get-IssueFormData

scripts/main.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
[CmdletBinding()]
66
param()
77

8-
$PSStyle.OutputRendering = 'Ansi'
9-
108
LogGroup 'Issue Body - Raw' {
119
Write-Output $env:GITHUB_ACTION_INPUT_IssueBody
1210
}

0 commit comments

Comments
 (0)