├── .github └── workflows │ └── build.yml ├── LICENSE.txt ├── README.md ├── action.yml └── index.js /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ankane/setup-opensearch/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ankane/setup-opensearch/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ankane/setup-opensearch/HEAD/README.md -------------------------------------------------------------------------------- /action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ankane/setup-opensearch/HEAD/action.yml -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ankane/setup-opensearch/HEAD/index.js --------------------------------------------------------------------------------