cooptilleuls/action-database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 23, 2026
- License
- None
Pinned Snippet
uses: cooptilleuls/action-database@8e4a5d2e362f0e9ceedde1f8b8b990942f6707ce # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| DBMS | — | yes | mysql |
| CLUSTER | — | yes | — |
| SECRETS_JSON | — | yes | — |
| ACTION | create, delete, import or export | yes | create |
| PREFIX_NAME | — | yes | — |
| DB_USER | — | yes | — |
| DB_NAME | — | yes | — |
| DUMP_FILENAME | — | yes | latest |
| DUMP_SUBSTITUTIONS | json array of search/replacement to apply before inserting dump (or inverted during dump). This must not contains # (used as sed delimiter) | yes | [] |
| IMPORT_FILTER | egrep -v filter | no | inexistant_string |
Outputs
no outputs