GitHub Action
Setup mongodb with password
v1.1
Latest version
This GitHub Action sets up MongoDB
See action.yml
Basic:
steps:
- uses: getong/mongo-action@v1.1
with:
mongo version: '4.2-bionic'
host port: 27017
mongo username: 'root'
mongo password: 'Yaeph0Ai'
The scripts and documentation in this project are released under the Apache License