Skip to content

Commit ee7c852

Browse files
committed
this
1 parent b38f989 commit ee7c852

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/triage/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ runs:
158158
$src = "${{ steps.inference.outputs.response-file }}"
159159
$dst = "${{ steps.gen-work-dir.outputs.triage-work-dir }}/ai-response.json"
160160
Move-Item -Path $src -Destination $dst -Force
161+
Add-Content -Path $dst -Value "`n"
161162
"ai-response=$dst" >> $env:GITHUB_OUTPUT
162163
echo "::endgroup::"
163164

0 commit comments

Comments
 (0)