Skip to content

Commit 695fcc4

Browse files
Ben HillisCopilot
andcommitted
Update WTI to v0.2 for tar.gz archive support
The new WTI release adds support for tar.gz log archives, matching the format change in collect-wsl-logs.ps1. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 90f5489 commit 695fcc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/triage/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ runs:
3838
$maybe_previous_body = @("--previous-issue-body", "previous_body.txt")
3939
}
4040
41-
curl.exe -L https://github.com/OneBlue/wti/releases/download/v0.1.12/wti.exe -o triage/wti.exe
41+
curl.exe -L https://github.com/OneBlue/wti/releases/download/v0.2/wti.exe -o triage/wti.exe
4242
4343
cd triage && .\wti.exe --issue ${{ inputs.issue }} --config config.yml --github-token "${{ inputs.token }}" --ignore-tags @maybe_comment @maybe_previous_body

0 commit comments

Comments
 (0)