We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0870caa commit f3154d7Copy full SHA for f3154d7
.github/workflows/mqtt-sn-check.yml
@@ -87,7 +87,7 @@ jobs:
87
# Cleanup
88
- name: Stop gateway
89
run: |
90
- sudo kill -2 $(pgrep -f "MQTT-SNGateway")
+ sudo kill -2 $(pgrep -f "MQTT-SNGateway")
91
92
# capture logs on failure
93
- name: Show logs on failure
0 commit comments