This GitHub Action sets up RabbitMQ database.
Inspired by https://github.com/Harmon758/postgresql-action, @Harmon758 Thanks!
See action.yml
Basic:
steps:
- uses: getong/[email protected]
with:
rabbitmq version: '3.8.2-management-alpine'
host port: 5672
rabbitmq user: 'user'
rabbitmq password: 'noBahC3e'
rabbitmq vhost: 'vhost_name'
The scripts and documentation in this project are released under the MIT License