Skip to content

Commit

Permalink
Update WTI to 0.1.6 to solve various parsing issues (#11459)
Browse files Browse the repository at this point in the history
  • Loading branch information
OneBlue committed Apr 16, 2024
1 parent 8c9883f commit 1db9296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/triage/action.yml
Expand Up @@ -39,6 +39,6 @@ runs:
$maybe_comment = @("--comment", "${{ inputs.comment }}")
}
curl.exe -L https://github.com/OneBlue/wti/releases/download/v0.1.5/wti.exe -o triage/wti.exe
curl.exe -L https://github.com/OneBlue/wti/releases/download/v0.1.6/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

0 comments on commit 1db9296

Please sign in to comment.