getsentry/action-migrations
Actions related to django migrations in sentry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cmd | The command to run to generate SQL | no | sentry django sqlmigrate |
| run | Action for the action to take. Possible values: null, "placeholder" | no | — |
| name | A unique name, required for multiple migrations in a Pull Request | no | — |
| app_label | A fallback app_label should one not be found in `migration` | no | — |
| migration | file name (or number) for the migration | yes | — |
| githubToken | GitHub Token (available as `secrets.GITHUB_TOKEN`) | no | ${{ github.token }} |
| useRawBody | When true, use the commands output directly as comment body, interpreting it as markdown. | no | false |
Outputs
no outputs