actions-marketplace-validations/mysql-schema-diff
Check to see if the MySQL schemas for 2 DBs are the same
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 29, 2024
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/golinks_mysql-schema-diff-action@f150eb5cedbe636622f2071289cca89160607061 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| hostname1 | The host of the first mysql connection | no | localhost |
| username1 | The username of the first mysql connection | yes | — |
| password1 | The password of the first mysql connection | no | "" |
| database1 | The database name of the first mysql connection | yes | — |
| hostname2 | The host of the second mysql connection | no | localhost |
| username2 | The username of the second mysql connection | yes | — |
| password2 | The password of the second mysql connection | no | "" |
| database2 | The database name of the first mysql connection | yes | — |
Outputs
no outputs