manage_ci_pipeline
Create or read GitHub Actions workflows to automate Godot exports for specified platforms and Godot version.
Instructions
Create/read GitHub Actions workflow for automated Godot exports
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: create or read | |
| platforms | No | Target platforms: windows, linux, macos, web | |
| projectPath | Yes | Absolute path to Godot project | |
| godotVersion | No | Godot version (e.g. 4.3-stable) |