run_job
Execute a GitHub Actions job locally using act. Returns exit code and captured logs to debug workflow failures.
Instructions
Run a specific job via act -j , returns exitCode and captured logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobName | Yes | Job ID to run (must match a key under "jobs:" in the workflow YAML) | |
| cwd | No | Repository root directory (defaults to process.cwd()) |