bevolta/Flyway GA

Flyway as a Github Action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 28, 2022
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: bevolta/flyway-action@20a412f03857bffacbb82beee0ad0ba1cf7e15eb # no releases — HEAD as of 2026-07-12

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

namedescriptionrequireddefault
urlThe jdbc url to use to connect to the databaseyes
userThe user to use to connect to the databaseno
passwordThe password to use to connect to the databaseno
locationsComma-separated list of locations to scan recursively for migrationsyesfilesystem:./sql
tableThe name of the flyway schema history tablenoflyway_schema_history
initSqlThe SQL statements to run to initialize a new database connection immediately after opening itno
commandThe flyway command you want to execute ( validate, repair, migrate)novalidate

no outputs