runPipeline
Trigger a CI pipeline run on a GitVerse repository for a selected workflow and branch or tag, automating builds and tests.
Instructions
Trigger a CI run of a workflow on a branch or tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner | |
| inputs | No | Workflow inputs (string values) | |
| ref_name | Yes | Branch or tag name | |
| ref_type | Yes | What ref_name refers to | |
| workflow | Yes | Workflow file name or id |