xubylele/Schema Forge Action
Run Schema Forge (validate, doctor, diff) in CI pipelines
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | CLI command to execute (e.g. validate, doctor, diff) | yes | — |
| args | Extra CLI arguments (e.g. --json, --url <value>). Pass secrets via workflow expressions in the step with. | no | "" |
| schema-forge-version | Version of @xubylele/schema-forge to run (e.g. latest, 1, 1.7.0) | no | 1 |
| working-directory | Working directory for the CLI (e.g. monorepo subdirectory) | no | "" |
| comment-preview | When true and command is diff, post or update a PR comment with the migration SQL preview (run on pull_request only) | no | false |
| token | GitHub token for posting comments (defaults to github.token). Use a PAT if you need different permissions. | no | ${{ github.token }} |
Outputs
no outputs