postCommit
Export a database schema to a Git repository, commit with a custom message, and push the changes to the remote.
Instructions
Commit schema changes to Git and push to the remote repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | Yes | Schema name to export and commit. | |
| repo | Yes | Git repository URL (can include credentials). | |
| message | Yes | The commit message. | |
| meta_query | No | Only include meta entries that match this search query. |