Skip to content

Module to module communication shows "exception -" in logs while code does not show anything and I'm not seeing any messages #226

Module to module communication shows "exception -" in logs while code does not show anything and I'm not seeing any messages

Module to module communication shows "exception -" in logs while code does not show anything and I'm not seeing any messages #226

Workflow file for this run

name: "Set Issue Label"
on:
issues:
types: [opened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: Naturalclar/[email protected]
with:
keywords: '[""]'
labels: '["IoTSDK"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"