exmosltd/GHA Rabbit MQ Sender
Sends a message to rabbitmq
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 16, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: exmosltd/gha-send-to-rabbit@d8a47b29312a7b9a169f2168d6fdd8db658d186a # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| rmqUsername | Rmq Username | yes | — |
| rmqPassword | Rmq Password | yes | — |
| rmqHost | Rmq Host | yes | — |
| rmqVirtualHost | Rmq Virtual Host | yes | — |
| rmqExchange | Rmq Exchange | yes | — |
| message | The message to send to rabbit | yes | — |
| rmqRoutingKey | The Routing Key to use when sending to RMQ | yes | — |
Outputs
no outputs