Update WTI to 0.1.10 (#11572)
Blue committed
May 8, 2024 at 17:39 UTC
d94e7d6f2de4a636f462b23f044ca11db02409ac
1 file changed
+1
-1
.github/actions/triage/action.yml
+1
-1
@@ -51,6 +51,6 @@ runs:
51
$maybe_previous_body = @("--previous-issue-body", "previous_body.txt")
52
}
53
54
- curl.exe -L https://github.com/OneBlue/wti/releases/download/v0.1.9/wti.exe -o triage/wti.exe
54
+ curl.exe -L https://github.com/OneBlue/wti/releases/download/v0.1.10/wti.exe -o triage/wti.exe
55
56
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
\ No newline at end of file