gitee_update_check_run
Updates an existing check run's status, conclusion, and details for a repository on Gitee.
Instructions
Update a check run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository path name | |
| check_run_id | Yes | Check run ID | |
| name | Yes | Check run name | |
| details_url | No | Details URL | |
| status | No | Status: queued, in_progress, completed | |
| conclusion | No | success, failure, neutral, cancelled, skipped, timed_out, action_required | |
| completed_at | No | ISO 8601 completion time | |
| output_title | No | Output title | |
| output_summary | No | Output summary | |
| output_text | No | Output text |