Update WTI to 0.1.6 to solve various parsing issues (#11459)
Blue committed
Apr 16, 2024 at 21:19 UTC
1db92961560af244e298b58bed23f926417b44dc
1 file changed
+1
-1
.github/actions/triage/action.yml
+1
-1
@@ -39,6 +39,6 @@ runs:
39
$maybe_comment = @("--comment", "${{ inputs.comment }}")
40
}
41
42
- curl.exe -L https://github.com/OneBlue/wti/releases/download/v0.1.5/wti.exe -o triage/wti.exe
42
+ curl.exe -L https://github.com/OneBlue/wti/releases/download/v0.1.6/wti.exe -o triage/wti.exe
43
44
cd triage && echo -n $message | .\wti.exe --issue ${{ inputs.issue }} --config config.yml --github-token "${{ inputs.token }}" --ignore-tags @maybe_message @maybe_comment
\ No newline at end of file