actions-marketplace-validations/MySQL Deploy Action
Action used to deploy MySQL script
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| DATABASE_HOST | Hostname used to connect to database | yes | — |
| DATABASE_PORT | Port used to connect to database | no | 3306 |
| DATABASE_NAME | Name of database to connect to | yes | — |
| DATABASE_USERNAME | Username used to connect to database | yes | — |
| DATABASE_PASSWORD | Password used to connect to database | yes | — |
| DATABASE_SCRIPT | Script run on database | yes | — |
Outputs
no outputs