/mongo-action

Primary LanguageShellApache License 2.0Apache-2.0

MongoDB GitHub Action with password

This GitHub Action sets up MongoDB

Usage

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'

License

The scripts and documentation in this project are released under the Apache License