We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e45565a + 8972ba1 commit 9bac8c4Copy full SHA for 9bac8c4
.github/workflows/release-publish.yml
@@ -55,4 +55,4 @@ jobs:
55
repository: flowfuse/mqtt-schema-agent
56
username: flowfuse
57
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
58
- readme-filepath: ./docker/README.md
+ readme-filepath: ./README.md
README.md
@@ -1,2 +1,3 @@
1
# Utility to gather active topics from any MQTT Broker
2
3
+Not intended to be run manually, should be started by the FlowFuse k8s driver
0 commit comments