Skip to content

Commit

Permalink
yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
OneBlue committed Apr 30, 2024
1 parent 92a9cf7 commit 126b16e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/triage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ runs:
$maybe_previous_body = @()
if (![string]::IsNullOrEmpty("$env:previous_body"))
{
$env:previous_body | Out-File -Encoding utf8 previous_body.txt
$maybe_previous_body = @("--previous-issue-body", previous_body.txt)
$env:previous_body | Out-File -Encoding utf8 "previous_body.txt"
$maybe_previous_body = @("--previous-issue-body", "previous_body.txt")
}
curl.exe -L https://github.com/OneBlue/wti/releases/download/v0.1.8/wti.exe -o triage/wti.exe
Expand Down

0 comments on commit 126b16e

Please sign in to comment.