diff --git a/action.yaml b/action.yaml index ef28ea0..a704eb5 100644 --- a/action.yaml +++ b/action.yaml @@ -91,7 +91,8 @@ runs: - name: 🏗 Register Home Assistant problem matcher shell: bash run: | - echo "::add-matcher::matcher.json" + matcher="${{ github.action_path }}/matcher.json" + echo "::add-matcher::${matcher}" - name: 🚀 Run Home Assistant Configuration Check shell: bash