fix: Rename error field to errMessage in SSE connection log #23
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI (PR merged) | |
| on: | |
| pull_request: | |
| types: [closed] | |
| branches: | |
| - master | |
| jobs: | |
| evaluations: | |
| name: MCP tool calling evaluations | |
| if: github.event.pull_request.merged == true | |
| uses: ./.github/workflows/_evaluations.yaml | |
| secrets: inherit | |
| with: | |
| pr_number: ${{ github.event.pull_request.number }} |