Update WTI to 0.1.10 (#11572)

This commit is contained in:
Blue 2024-05-08 17:39:57 +00:00 committed by GitHub
parent 2d258c2fdf
commit d94e7d6f2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,6 +51,6 @@ runs:
$maybe_previous_body = @("--previous-issue-body", "previous_body.txt")
}
curl.exe -L https://github.com/OneBlue/wti/releases/download/v0.1.9/wti.exe -o triage/wti.exe
curl.exe -L https://github.com/OneBlue/wti/releases/download/v0.1.10/wti.exe -o triage/wti.exe
cd triage && echo -n $message | .\wti.exe --issue ${{ inputs.issue }} --config config.yml --github-token "${{ inputs.token }}" --ignore-tags @maybe_message @maybe_comment @maybe_previous_body