actions-marketplace-validations/mysql-schema-diff

Check to see if the MySQL schemas for 2 DBs are the same

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 29, 2024
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/golinks_mysql-schema-diff-action@f150eb5cedbe636622f2071289cca89160607061 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
hostname1The host of the first mysql connectionnolocalhost
username1The username of the first mysql connectionyes
password1The password of the first mysql connectionno""
database1The database name of the first mysql connectionyes
hostname2The host of the second mysql connectionnolocalhost
username2The username of the second mysql connectionyes
password2The password of the second mysql connectionno""
database2The database name of the first mysql connectionyes

no outputs