bevolta/Flyway GA
Flyway as a Github Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 28, 2022
- License
- Apache 2.0
Pinned Snippet
uses: bevolta/flyway-action@20a412f03857bffacbb82beee0ad0ba1cf7e15eb # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| url | The jdbc url to use to connect to the database | yes | — |
| user | The user to use to connect to the database | no | — |
| password | The password to use to connect to the database | no | — |
| locations | Comma-separated list of locations to scan recursively for migrations | yes | filesystem:./sql |
| table | The name of the flyway schema history table | no | flyway_schema_history |
| initSql | The SQL statements to run to initialize a new database connection immediately after opening it | no | — |
| command | The flyway command you want to execute ( validate, repair, migrate) | no | validate |
Outputs
no outputs