expo_workflow_run
Triggers an EAS workflow run from a git reference. Provide either appId (from app.json "extra.eas.projectId") OR appFullName (e.g., "@owner/my-app"). The workflow file must exist at the specified git reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | No | ||
| gitRef | Yes | ||
| fileName | Yes | ||
| appFullName | No |