shogo82148/actions-setup-mysql
Setup MySQL and MariaDB GitHub Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | the github token for verifying MySQL binary. | — | ${{ github.token }} |
| mysql-version | The version of MySQL and MariaDB | — | "" |
| distribution | The distribution. valid values are mysql or mariadb. | — | mysql |
| auto-start | Start MySQL server if it is true. | — | true |
| my-cnf | my.cnf settings for mysqld | — | "" |
| root-password | password for the root user | — | — |
| user | name of a new user | — | — |
| password | password for the new user | — | — |
Outputs
| name | description |
|---|---|
| base-dir | Returns directory under which the mysql database is being created. |