ogoronai/Ogoron Heal
Run Ogoron heal workflows for generated tests or project tests on Linux runners.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ui | Run UI heal workflow for generated UI tests. | no | false |
| unit-api | Run heal workflow for generated unit and API-adjacent test execution. | no | false |
| project | Run heal tests in project mode (config paths.tests) instead of generated batches. | no | false |
| working-directory | Repository directory where commands should run. | no | . |
| cli-version | Ogoron CLI release version to download. | no | 5.2.0 |
| download-url | Explicit Linux bundle URL override. | no | — |
| debug | Pass --debug to Ogoron heal commands. | no | false |
| create-pr | Create or update a pull request when healing changes repository files. | no | false |
| pr-branch | Branch used for healed artifact changes. | no | ogoron/heal |
| pr-title | Pull request title. | no | Heal Ogoron test artifacts |
| commit-message | Commit message used for healed artifacts. | no | Heal Ogoron test artifacts |
| author-name | Git author name for healed commit. | no | ogoron-bot |
| author-email | Git author email for healed commit. | no | agents@ogoron.com |
Outputs
| name | description |
|---|---|
| ogoron-bin | Absolute path to the downloaded Ogoron executable. |
| changes-detected | Whether healing changed repository files. |
| pull-request-url | URL of the created or updated pull request, if any. |
| branch-name | Branch name used for healed artifacts. |