qful/MQTT Publish Action
This action publishes a MQTT message from GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| protocol | MQTT server protocol. One of: 'wss' | 'ws' | 'mqtt' | 'mqtts' | 'tcp' | 'ssl' | 'wx' | 'wxs' | yes | mqtt |
| host | MQTT server host | yes | localhost |
| port | MQTT server port | yes | 1883 |
| topic | MQTT topic | yes | — |
| username | MQTT username | no | — |
| password | MQTT password | no | — |
| message | Message to send | yes | — |
Outputs
no outputs