Skip to content

getong/rabbitmq-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ GitHub Action

This GitHub Action sets up RabbitMQ database.

Inspired by https://github.com/Harmon758/postgresql-action, @Harmon758 Thanks!

Usage

See action.yml

Basic:

steps:
- uses: getong/rabbitmq-action@v1.2
  with:
    rabbitmq version: '3.8.2-management-alpine'
    host port: 5672
    rabbitmq user: 'user'
    rabbitmq password: 'noBahC3e'
    rabbitmq vhost: 'vhost_name'

License

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

About

RabbitMQ GitHub Action

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 71.9%
  • Dockerfile 28.1%