nyaruka / elasticsearch-action

GitHub Action to setup an Elasticsearch instance
MIT License
3 stars 2 forks source link

Elasticsearch GitHub Action

This GitHub Action sets up a Elasticsearch server.

Usage

See action.yml

Basic:

steps:
- uses: nyaruka/elasticsearch-action@v1
  with:
    elastic version: '6.8.5'  # See https://hub.docker.com/_/elasticsearch for available versions

License

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