mongocamp/Use MongoDB in Github Actions
Start a MongoDB (on default port 27017 or a defined port)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mongodb-version | MongoDB version (default "latest"). Possible Versions (https://hub.docker.com/r/mongocamp/mongodb/tags) | yes | latest |
| mongodb-replica-set | Name of MongoDB replica set (no replica set by default) | no | "" |
| mongodb-port | Port of MongoDB (default 27017) | no | 27017 |
| mongodb-username | Root username of MongoDB (default: root) | no | root |
| mongodb-pwd | MongoDB root password (default: none) | no | NONE |
Outputs
no outputs